Implemented trigger logic to create correct fulfillment plans
Implemented ui macro for trigger table field fulfillment plan Implemented quick actions for Task table Updated admin settings to introduce quick settings.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<name>Populate condition table</name>
|
||||
<order/>
|
||||
<script><![CDATA[function onChange(control, oldValue, newValue, isLoading, isTemplate) {
|
||||
if (isLoading || newValue === '') {
|
||||
if (newValue === '') {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
ga.addParam("sysparm_name", "getCatalogItemTargetTable");
|
||||
ga.addParam("sysparm_catalogItemID", newValue);
|
||||
ga.getXMLAnswer(function(answer){
|
||||
console.log(answer);
|
||||
if(answer){
|
||||
g_form.setValue("condition_table", answer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user