Cleaned navigator modules

Implemented 3 types of triggers. Each having their own business rules
Implemented FAProperty script for re-usable properties like tables
Created UI Macro to create new Fulfillment Plan from trigger
This commit is contained in:
admin
2023-02-04 09:02:25 -08:00
parent dc8bc52dae
commit a2ccc083fd
27 changed files with 960 additions and 121 deletions

View File

@ -28,8 +28,7 @@
var type;
switch(currentTable){
case "x_355681_fa_service_catalog_trigger":
var recordProducer = g_form.getValue('condition_table') != "sc_req_item";
type = recordProducer ? "task_table" : "service_catalog_item"
type = "service_catalog_item"
break;
default:
type = "task_table";