Hi,
How to assign default values on create screen using SIL, I am trying to follow the guide on below link, but seems not working.
https://confluence.cprime.io/display/TR/Default+values+of+%28system%29+fields+on+create+screen
My implementation mail.sil:
lfInstantHook({"reporter", "reporter"}, "hook.sil");
lfWatch("reporter", {"reporter"}, "hook.sil", {"change"});
Based on "reporter" I will assign values on other custom field.
The hook.sil is firing-p on Edit Screen but, it is not firing-up on Create Screen.
Thanks,
Dennis
Hello,
I tried your code like this:
lfInstantHook({"reporter"}, "hook.sil");
lfWatch("reporter", {"reporter"}, "hook.sil", {"change"});
And it worked on the create screen for me. My hook.sil contains just one line:
lfDialogMessage(argv["reporter"]);
Hi @Alexey Matveev ,
Thanks for quick response, confirmed it is working from Service Desk view (Create Button), but when I tried from Customer Portal it is not firing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Can you open a support ticket to the Power Scripts support?
https://jira.cprime.io/servicedesk/customer/portal/2/user/login?destination=portal%2F2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.