Thank u so much for providing the very much useful content. It helped me in every step of my servicenow journey. I got a clear view of servicenow through ur playlist.
a comment on .next() and .hasNext() method, both returns boolean values. The difference is that .next() also updates the cursor which points to the current record.
Pritham, Thanks very much for your videos. Your way of explanation is crystal clear and easily understandable. Do you also have any notes documented somewhere ?
Pritam, thanks for video. I have tried same code as shown in videa at 8:40 but getting below error though i have added caller_id = 'Abel Tuter'; Also i have checked incident form and only mandatory showing are caller and short description. Error:- Background message,type:error,message: Data Policy Exception: The following fields are mandatory: Caller.
Hey !! See nothing is difficult bro if you understand how each lines of code is working. And thats how I try to explain in my each video. Go with the following videos ..and at any point if you dont understand anything feel free to ask me in the comment!! However I have not started angular yet, will deal with it in service portal playlist.
Thank u so much for providing the very much useful content. It helped me in every step of my servicenow journey. I got a clear view of servicenow through ur playlist.
@@shreyareddy113 The pleasure is all mine 🤓..Keep watching and keep learning 👍
this is very helpfull. Thanx pritam.
The pleasure is all mine 🤓..Keep watching and keep learning 👍
a comment on .next() and .hasNext() method, both returns boolean values. The difference is that .next() also updates the cursor which points to the current record.
Yes, Perfect 🤩
amazing content amazing series ❤
Keep watching and keep learning 😀
Thanks for great video!
The pleasure is all mine 🤓..Keep watching and keep learning 👍
Pritham, Thanks very much for your videos. Your way of explanation is crystal clear and easily understandable. Do you also have any notes documented somewhere ?
Hey 👋
The pleasure is all mine 🤓
Sorry as of now there is no notes or documents available !!
All things are there in the Video 🤓
Pritam, thanks for video.
I have tried same code as shown in videa at 8:40 but getting below error though i have added caller_id = 'Abel Tuter';
Also i have checked incident form and only mandatory showing are caller and short description.
Error:-
Background message,type:error,message: Data Policy Exception:
The following fields are mandatory: Caller.
Thats strange !!
It should work !! Try again 😅
does code which includes js or angular js used in serivcenow easy to learn when compared to other technologies.
Hey !!
See nothing is difficult bro if you understand how each lines of code is working.
And thats how I try to explain in my each video.
Go with the following videos ..and at any point if you dont understand anything feel free to ask me in the comment!!
However I have not started angular yet, will deal with it in service portal playlist.
After running the code its showing me not authorized
Hey 👋
It happens sometimes, just reload and try 🤓
hi pritam how to fetch name and incident number both together
Hey!!
for incident number you can use gr.number !
But what name? Can you tell me which of the field you are looking to fetch? 🤓
👍👍👍👍👍👍👍👍👍👍👍👍
List of glideRecord API
addActiveQuery()
addEncodedQuery(String query)
addFunction(Object function)
addJoinQuery(String joinTable, String primaryField, String joinTableField)
addNotNullQuery(String fieldName)
addNullQuery(String fieldName)
addQuery(String name, Object value)
addQuery(String name, String operator, Object value)
addQuery(String query)
addValue(String field, Number value)
applyEncodedQuery(String queryString)
canCreate()
canDelete()
canRead()
canWrite()
chooseWindow(Number firstRow, Number lastRow, Boolean forceCount)
deleteMultiple()
deleteRecord()
get(Object name, Object value)
getAttribute(String fieldName)
getClassDisplayValue()
getDisplayValue()
getED()
getElement(String fieldName)
getElements()
getEncodedQuery()
getLabel()
getLastErrorMessage()
getLink(Boolean noStack)
getRecordClassName()
getRowCount()
getTableName()
getUniqueValue()
getValue(String name)
hasNext()
initialize()
insert()
isActionAborted()
isEncodedQueryValid(String query)
isNewRecord()
isValid()
isValidEncodedQuery(String query)
isValidField(String columnName)
isValidRecord()
isView()
newRecord()
next()
operation()
orderBy(String name)
orderByDesc(String name)
query(String field, String value)
setAbortAction(Boolean b)
setLimit(Number maxNumRecords)
setNewGuidValue(String guid)
setValue(String name, Object value)
setWorkflow(Boolean enable)
update(String reason)
updateMultiple()
updateWithReferences(Object reason)
_next()
_query(String field, String va