We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
@swamyk014741873 I think it is not possible to do it while you load it as thats OOB process. It can happen only when there is a Custom UI for loading the excel which again reqries lot of coding
Hope this helps
Thanks
Mohith Devatte
@swamyk014741873 Can you send a screenshot of the UI where you are trying to upload your excel file ?Based on that we can see how to add the UI message because transform map script will not show the message as it runs in back ground
Hello @swamyk014741873 ,
You can create a event in event registry table and call that event in the else part using
gs.eventQueue('event_name' , ci , 'your reciepient_sys_id', ' ');
Tag this event in your notification that you will create .
One th...
Hello @Vijay Baokar ,
Try using
gr.u_msdyn_postalcode =parsedResponse[i].msdyn_postalcode;
gr.u_hpi_productnumber =parsedResponse[i].hpi_productnumber;
Also in the sample JSON i don't see the attributes named as msdyn_postalcode ,hpi_productnu...
Hello @suresh kaliappa ,
Usually for the scripts with names SNC we will not have access to view/edit it as those are configured internally and can be accessed by maint users i guess.
But yes this BR deactivates the menu if the application is inactiv...