We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Formatter call Macro not working in Classic Mobile ($m.do)

Hi everyone,I'm having a problem with my formatter call Macro not working in Classic Mobile.I have created Formatter and Macro as below: On the desktop its show as bellow:But in Classic Mobile ($m.do) this "Hello from UI Macro" text is not displayed ...

DinhNguyen_2-1741675441674.png DinhNguyen_3-1741675467083.png DinhNguyen_4-1741675612532.png DinhNguyen_5-1741675792505.png

Resolved! query the last record with group by

hi,I have a "order" table with below structure:sys_idcustomer_idproductorder_date1AAAApple2016-01-052AAAOrange2016-09-053BBBBanana2017-03-054BBBPear2017-02-055CCCWatermelon2016-08-056CCCGrape2017-07-05How can I query the latest order for each custome...

ryuzh by Mega Contributor
  • 4913 Views
  • 4 replies
  • 6 helpfuls

Resolved! How to autopopulate email address of manager field

Hi,I have a form on which manager name is a reference type field referencing to User table. (sys_user) There is another field called manager email address which is setup as string field. How to get email address of the selected manager into the email...

swathivaddi by Tera Contributor
  • 1053 Views
  • 5 replies
  • 2 helpfuls

Resolved! Add Confirm Pop up message in UI Action.

I want to add Confirm Pop message "Please make sure problem workaround field has been updated before closing incident"  Button --- CONFIRM or CANCEL If user select CONFIRM button UI Action will RUN.  If user select CANCEL button UI action will not RU...

Clearing Value from Password field

Hi All,I have created a field type as password 2, I want the field value to be cleared when i clear and save it, but its not clearing the value. plz let me know how to achieve it.