my query is, Populate the list of group members in a list collector as per the group selected in a reference field above.
when i select any group then only particular group members is visible in list collector.
when i select any group then only particular group members is visible in list collector.
Hello,in general the published applications only will be available to edit in the studio in creator instance.But we want that application to be available in some of over other development instances.How one can achieve this, as published application ...
As RITM and REQ approvals are not visible in ESC, I are planning to grant approver_user role to all active users.Not sure what all permissions approver_user role will grant to users.I just want to make sure that it is not granting any other permissio...
Hi there, I want to delete a field from a table. It is a custom field. What is the correct way to remove it from the table and what is the difference between "mark for deletion" and "delete from column"? I have not been able to find any info on this ...
Hello experts, I have a use case as given below- 1. Field 1 - Customer: type a) Internal b) external 2. Field 2 - Location Location choice - USA, UK, Germany For b) external, show only UK and hide rest. I think I cannot use UI policy. Trying my hands...
Hello, We need to create a report on incident table, it should calculate from the incident created to state changed to pending. For ex if incident created on 1st and state changed to pending on 10th. On 10 th state is updated to WIP and on 12 th stat...
I have created clones of the production instance on the development and verification instances respectively.I then Upgraded the development and verification instances respectively.I am trying to migrate the post-Upgrade actions done on the developmen...
Hi Experts, "Always expand" option is not auto expanding on service portal. I am trying it for "container start" type and also other types. For container start type the "Always expand" is read only. But for other types, Only if "Always expand" option...
Hi, I'm having 4 Data sources each with different CSV attached. 4 Data Sources loads data to a single table. Is there any option to run all 4 data sources at once? I see 'Scheduled Imports' executes only one data source. Any other suggestion to wor...
Hi Everyone, I am trying to add some functionality which adds users to a list through the service portal, however in the Server Script I had used gr.setValue() Unfortunately this deletes all other entries to the list and replaces it with the one u...
Hello, I am attempting to dotwalk and get a value from another table in a client script. I am doing something like: var startDate = g_form.getValue('table.approved_start_date'); alert(startDate); My alert shows up as blank every time. I have tried it...
I am trying to Validate Activities whether it is capturing field value change or not. I tried Custom UI and Assert text on Page, but Navigating from default tab to Activities tab , i am not able to achieve through custom UI. Tried Record Validation, ...
Is it possible to use a script include in the client controller of a SP widget? If so, can I see an example?
Dear experts, Is the following possible in one single onChange client script? I understand, we can have the onLoad as a separate client script. Task 1 - Validate some values of a checkbox to be true or false on load of a form and apply logic. Task 2 ...
Hello Experts, I am trying to use a confirm message in my OnSubmit Catalog Client Script on a scoped application but the catalog item submits anyway even if I click on cancel. The message is currently inside a callback function of an Ajax call that...