Below methods are very popular and useful for a developer
API Name | Methods |
GlideRecord | – Get – Get method is used to query – addQuery – Used to set query – addEncodedQuery – Set query on query format – initialize – initialize the glide objects – insert – to insert into the table – update – to update the record – updateMultiple – Used to update multiple records – deleteRecord – to delete the record |
GlideSystem (gs): -Logged-in User information -System Information -Date & Time | – info – put some info logs into the system log table – getProperty – Get property value – getUserID – Get sys_id of current user – getUserName – Get User Name of current user |
No responses yet