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
Hi Sam,You can achieve this by changing the type of the particular field to "HTML". This will let you insert the images in the field.For e.g, if you want to attach screenshots for the "additional comments" or "work notes" field, thenRight click the...
Hi Praveen,When you mark a table as extendable, you are also adding a second system field: Class [sys_class_name]--System Class Name.It contains the name of the table that the record represents. The sys_id field uniquely identifies a record. In the c...
Hi Brendan,Just try the same OnChange client script by just adding these few lines( bolded & underlined) to your code so as to get rid of this error:-function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue ==...
Sys_id will have the same value even if you change the group name later.So, corresponding to email's subject , you can set the sys_id of the group for assignment group field,eg: if (email.subject.indexOf("SGP Medical Claims Supporting Document Su...