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

Forum Posts

Resolved! Record producer catalog UI policy not working on variable editor

Hi All, We have a record producer on one of our portals to create a case.  We have several UI policies which hide certain variables depending on the answers given in others, but when that record is loaded in the normal UI on the backend (the case for...

Sam198 by Mega Guru
  • 3667 Views
  • 5 replies
  • 1 helpfuls

Help on REST API Rate Limit

Can someone help me to understand how the rate limit works in Inbound REST API and where the code resides in. Basically require to design a custom framework for controlling the API consumed. I can't use the OOB feature since multiple consumers consum...

venkatkk by Tera Contributor
  • 2546 Views
  • 1 replies
  • 1 helpfuls

Calculate Time differences

Hi All, we have a request like ,1.need to capture time difference between promoted on (date and time field) and current date and time untill restoration time(date and time) is empty and need to push this output to Time elapsed field(string field).2.i...

Vijaykumar K by Tera Contributor
  • 1573 Views
  • 5 replies
  • 3 helpfuls

Script to evaluate user Vs, user criteria

Hi, In Human source scoped application, there is script include called hr_UserCriteriaEvaluation with function of  checkUserMeetsUserCriteria - this function get user_id and HR criteria ID and return if the user meet the criteria.  is there similar f...

Resolved! Trigger flow from business rule

Can I use a business rule to invoke an  in-active flow. Imagine that I have a flow that is not active .Can this be triggered by a business rule? Thank You

pratapdalai by Tera Contributor
  • 2999 Views
  • 2 replies
  • 2 helpfuls

Resolved! Building Catalog items in Global vs. Scope

Hi Developers, What is the general consensus on building Catalog items in Global vs. Scope app? I've read some posts in the community where one would lean toward building catalog items in scope if it was intended for delegated development/citizen dev...

zynsn by Tera Expert
  • 2507 Views
  • 1 replies
  • 2 helpfuls

Resolved! Inbound action: copy only certain type of Attachment to record

Hi All, I have an inbound action where users are expected to attach an excel file(s) and this file should be get copied to the Incident record. If users attached like a PDF file or Doc file, how to only make the Excel file get attached to the record?...

Suz Roque by Tera Expert
  • 3171 Views
  • 9 replies
  • 3 helpfuls

Resolved! Date Validation ClientScript

I made a client script of type onChange for a variable of type date, in which the user can only insert current date or a date after today's date. If the user enters a date before the current day, an error message will be displayed and the field will ...