We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

How to display country code as country name?

I have a country field in 'ABC' case form, Based on account field in that form , the country field is displaying the value for ex: DE , but i have to achieve this as Germany , i.e., when account is selected , the country field should display as Germa...

Buddy 1 by Tera Contributor
  • 3207 Views
  • 10 replies
  • 0 helpfuls

Scripted REST Resource

Hello EveryoneI have created the following Scripted REST Resource to get the information about Priority -1 Incidents:(function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) {   var table = 'incident',   result_arr = [],   gr = new...

Copying attachments through a transform map

I have two tables, X and Y. I have two UI actions to create a record from X to Y and Y to X on the respective tables. In the UI action, I create a record using import set and transform map. So when a record is created from X to Y, the data is copied ...

Riyas1 by Tera Contributor
  • 1139 Views
  • 1 replies
  • 0 helpfuls

Resolved! HELP! Need to set content in sp-tinymce-editor

Hi I am trying to set content inside the sp-tinymce-editor for an ootb app on our portal. If I run setContent method in the console it works, however I cannot get it to work when trying to update the widget.My angularjs is next to none, however I hav...

MikeD1_0-1669313237999.png MikeD1_3-1669313933919.png MikeD1_2-1669313890922.png
Mike D1 by Giga Guru
  • 1841 Views
  • 1 replies
  • 0 helpfuls

To Show options based on field in catalog item

I have a catalog item with variables 'Location' and ' Selection of needed areas user need to have access' of type List Collector. In Location I have values Porovoo and Singapore. In  Selection of needed areas user need to have access, I have some val...

Shalika_0-1669305316599.png
Shalika by Tera Expert
  • 2115 Views
  • 5 replies
  • 0 helpfuls

Resolved! May I use contextual search in catalog item?

Hello,May I use contextual search in catalog item? I knew contextual search can be used for fields in table(form), record producer and wizard. Is it possible to use contextual search for certain field (eg. short desc) in a catalog item? I checked bel...

samye by Tera Contributor
  • 20217 Views
  • 20 replies
  • 40 helpfuls

sys_user_grmember field reference qualifier

Hi guys,I have a list collector field type variable referencing to sys_user_grmemberI didn't put any reference qualifier but still in when I try to search in the variable so it's just displaying (created by) and not the names.... How to handle this? ...

Capture.PNG
Southsayer by Tera Expert
  • 2148 Views
  • 6 replies
  • 6 helpfuls

Resolved! Update multiple records with background script

I need to update couple of the records with the help of the background script. The field I need to update is a free text field, which = to value NAAM. I need to update it so it says NAM. Here's the script I'm using but it's not working - anyone knows...

Dawid2 by Giga Guru
  • 16525 Views
  • 6 replies
  • 13 helpfuls

Report of HR Case Reassignment from and To

HiI need List view should show "Reassigned from" and "Reassigned to" groups in a historical view, is that possible? I've been trying to get historical data, found audit but all I get is sys_id rather than the display value.BUT I found a table name sy...