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

Forum Posts

Resolved! Reagarding Assessment Instance

Hi All,   I am learning Assessment and Survey. I dont see trigger_id,trigger condition,trigger table fields on asmt_assessment_instance table. Could any1 tell me what is the issue,why those fields are not showing up for me? These fields are OOB field...

Gayathri5 by Tera Guru
  • 3638 Views
  • 8 replies
  • 1 helpfuls

Widget error messages

HiHas anyone any experience of the following error message:SPWidget:SCSS portalId is null (id: XXXXXXXXXXXX portalId: null): no thrown errorsource: com.glide.ui.ServletErrorListenerI can find which widget it is - simple list and form widgets.The widg...

sc_task autocloser by flow designer

Hi, I need to autoclose a catalog task after 5 days from the last update (sys_updated_on). Can we do it by Flow Designer?More details:-  Lets say, the task is created on 31st Jan. Now if there is no update (sys_updated_on) in that task for continue 5...

find_real_file.png

onSubmit Client Script - return false not working

Hello, We have a variable set with an onSubmit client script for catalog items that checks various accounting detail information before an item is put into the shopping cart.  I had to make changes to the script so it would work on the service portal...

Resolved! Hide field on RITM

Hi,  I have to hide configuration_Item on RITM form only for a specific Item : Item1   I m trying with this but seems not work : function onLoad() { //Type appropriate comment here, and begin script below if(g_form.getValue('cat_item').includes('Ite...

find_real_file.png
Nawal by Mega Guru
  • 1875 Views
  • 4 replies
  • 1 helpfuls

Service Portal Angular ng-template

Current display: If the user wants to update Contact Number, just hit the edit to see a box. The new requirement asks to remove top part of Contact Number, value retrieved from the user data, and edit action. The bottom part should take the space o...

find_real_file.png find_real_file.png find_real_file.png
yltsai by Mega Guru
  • 1694 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to copy attachments from RITM to taks

Hello i would like to copy when the attachment is attached to RITM it should copy over to associated Task as well , i searched in the community , some have i found that business rule , but the issue i am facing here is  When i mark the business rule ...

find_real_file.png find_real_file.png
RudhraKAM by Tera Guru
  • 7863 Views
  • 22 replies
  • 3 helpfuls

Resolved! Email Script Stuck in While Loop - How to Stop/Kill It

Hi, Within our test instance, while testing some code within an email script, I set a while loop where I shouldn't have and now the script is stuck in a loop.It's not sending out emails - so that's good. But I know its stuck in a loop because I am us...