Deluge Script - syntax needed for reaching to another application
Deluge Script - syntax needed for reaching to another application
In the script below, how do I indicate that the Companies form is in a different application?
if (Companies[ID == input.Company_Code].count() >0)
{
temp = Companies [ID == input.Company_Code];
input.CoCodeFetch = temp.Code;
}