Changes

Jump to: navigation, search

Use a Button to Create a Level 2

1,546 bytes added, 21:27, 15 November 2013
no edit summary
[[System Administrator]]s can create a button that will allow users to create {{l2}} records on the fly.  Steps:* On the {{l1}}, create a custom field of type {{ROSV}}* In the ''Variables'' section, enter the following:<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><script language=javascript>function createNewLevel2(){location.href="/Apps/app_editevent.jsp?appid=1234567&nextlevel=1&companyid=@companyid@&objectid=@opportunityid@&eventid=0";}</script><input type="button" class=Button value="Button Label" onClick="createNewLevel2()"></pre> '''where''':* ''appid'' = the [[application ID]] of the {{UTA}} in which the {{l2}} should be created* ''Button Label'' should be the text that should show on the button (e.g., "Create New Activity")* the other fields should be left exactly as shown::*''companyid=@companyid@'' will associate the organization associated with the {{l1}} record on which the button was pressed with the new {{l2}} record:*''objectid=@opportunityid@'' will link the new {{l2}} record to the {{l1}} record on which the button was pressed:*''eventid=0'' will create a new, blank {{l2}} record This {{ROSV}} field can then be referenced in a [[list view]]: [[Image:CreateNewActivityButtonOnListView.png|link=|600px]] ...on reports... [[Image:CreateNewActivityButtonOnReport.png|link=|600px]] ...or on the {{l1}} record itself: [[Image:CreateNewActivityButtonOnRecord.png|link=|600px]]   [[Category:JavaScript]]
8,849
edits

Navigation menu