User Activity
10-10-2025
Hi,I want to show all the attachment of parent case on portalBelow code is not workingScript include:var att = new GlideRecord("sys_attachment"); att.addQuery("table_sys_id", taskGR.parent); att.query(); ...
09-02-2025
Hi,I have a ref type variable. Based on that field the first and last name will be populated. below script is not working. Please help. Client script :
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (isLoading || newVa...
Hi,I have a guided tour with 19 steps. It is not proceeding after 14th Steps. Kindly help.Step 14: Step 15:
05-28-2025
Hi,I have a list type field ref to Account Relationship table. While filling the form account_to and account_from fields are coming but after submitting the form sys_id is showing. how to show the account_from column.Tried setting account_from column...
Hi,The sc_cat_item page is set to public but it still redirecting to SSO for not logged in user. Expected : I am opening a public catalog item it should open with out SSO and for non-public catalog it should redirect. How to configure this?