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

Forum Posts

HTML in DL notification

Hi, i created DL in notification and i want to design this notification but after i open the DL from my calendar the design remove, its impossible to fix this?

Inserted records not showing in the target table.

Hi Team,i have loaded the data to one table , Once the data load done through import set and transform map , in history its showing that  record got inserted , but when i check the target table , records are not inserted. how to troubleshoot this? Re...

Resolved! Values to be push to another form

I have a scenario where i need push some of field value to staging form. i have tried with below code, still not working    var inc = new GlideRecord('u_inc_staging');    inc.initialize();    inc.sys_id = current.sys_id;    inc.u_inc_number = current...

Service portal page public

Hi I created a new protal And want to share it with others but they dont need any logins to view my pageAccceptance criteria: i know that this is happen when you check public in your page , i have done that but when im sharing my page to others the w...