Posts

Showing posts from August, 2023

Interview Questions

Can you create a record producer for the custom table which is not extended from the task Table? If yes, how can you do this? What is Script Action?  Server-side JavaScript code that is executed when an event is triggered on the specified table. Server-side debugging methods? Debug Log displays gs.debug(), gs.info(), gs.print() and gs.log() statements as well as server logging information. However, gs.print() and gs.log() are not available in scoped applications, whereas gs.debug(), gs.info(), gs.warn(), gs.error()  work in both scoped applications and global and are often used instead. Can we override the Label name from the dictionary override? No, we just have the different names created from Labels related list. Can we have UI actions on View Specific? No, we cannot. Can we have a List View based on view specific ? Yes, we can have. All columns can be defined from view configuration page. Rest Table API's: 1. GET: GET /now/table/{tableName} Retrieves multiple records for t...