Virtual Agent forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Group Manager should be able to remove/add people to the group

Hi Team, I have written Create/Write/Delete ACls so that only group manager can remove/add users to the group: I have created 3 table level ACls which is sys_user_grmember.None with Script condition as below: answer = false;if (current.group.manager ...

Community Alums by Community Alums  
  • 841 Views
  • 2 replies
  • 0 helpfuls

Redirect to homepage in portal

Hi All, We have scoped app record where users open it in form view in portals and makes changes to forms. We only see save button, can we route to portal homepage upon clicking save?   Thanks!

pramodkumar_0-1711736252220.png

Validate Date Range in Service Request

I have 2 dates that I need to validate the difference between and am stuck.Here is the requirements that have been askedDate 1 - can not be further out than TODAY + 21 daysDate 2 - can not be further out than 30 days passed Date 1 I was able to use a...

BrianSorensen_0-1711759861417.png

Share Report data in a form look - not data list view

Hello Community,Is there a way to create a document where each line of data in a Report list view is on its own page with the data shared looking like a Form, not a line of data?  We're trying to create Shipping reports to serve as Receipts for end u...

Gigi8 by Tera Contributor
  • 171 Views
  • 1 replies
  • 0 helpfuls

Resolved! UI policy script not working.

I have written a UI Policy script on a date field but that is not working. g_form.setDisplay('field_date', 'true'); Can anyone please help me out.

abhisek by Tera Contributor
  • 369 Views
  • 5 replies
  • 0 helpfuls

run script to extract value of a mrvs

Hello,this is for a catalogue item that has MRVS. we are processing approvals through a workflow and we are using a switch condition to extract the MRVS values. based on the selection i the variable,  the approvals should trigger. but it is not worki...