GlideRecord Methods (Part 2)

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии •

  • @shreyareddy113
    @shreyareddy113 Месяц назад +1

    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.

    • @techwithpri
      @techwithpri  Месяц назад

      @@shreyareddy113 The pleasure is all mine 🤓..Keep watching and keep learning 👍

  • @inertiapixel
    @inertiapixel 2 месяца назад

    this is very helpfull. Thanx pritam.

    • @techwithpri
      @techwithpri  2 месяца назад +1

      The pleasure is all mine 🤓..Keep watching and keep learning 👍

  • @nizamarif5825
    @nizamarif5825 7 месяцев назад +4

    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.

  • @sidhzchess
    @sidhzchess Год назад

    amazing content amazing series ❤

    • @techwithpri
      @techwithpri  Год назад +1

      Keep watching and keep learning 😀

  • @PracticeSNow
    @PracticeSNow 4 месяца назад

    Thanks for great video!

    • @techwithpri
      @techwithpri  4 месяца назад

      The pleasure is all mine 🤓..Keep watching and keep learning 👍

  • @sreelathaattuluri
    @sreelathaattuluri 6 месяцев назад

    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 ?

    • @techwithpri
      @techwithpri  6 месяцев назад

      Hey 👋
      The pleasure is all mine 🤓
      Sorry as of now there is no notes or documents available !!
      All things are there in the Video 🤓

  • @bhaveshjoshi2245
    @bhaveshjoshi2245 4 месяца назад

    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.

    • @techwithpri
      @techwithpri  4 месяца назад

      Thats strange !!
      It should work !! Try again 😅

  • @nikhilbalthi9133
    @nikhilbalthi9133 Год назад

    does code which includes js or angular js used in serivcenow easy to learn when compared to other technologies.

    • @techwithpri
      @techwithpri  Год назад

      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.

  • @pritimedhe8086
    @pritimedhe8086 3 дня назад

    After running the code its showing me not authorized

    • @techwithpri
      @techwithpri  22 часа назад

      Hey 👋
      It happens sometimes, just reload and try 🤓

  • @Susheelakota
    @Susheelakota 9 месяцев назад

    hi pritam how to fetch name and incident number both together

    • @techwithpri
      @techwithpri  9 месяцев назад +1

      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? 🤓

  • @2PaweL
    @2PaweL 6 месяцев назад

    👍👍👍👍👍👍👍👍👍👍👍👍

  • @jddbhfgwdfhfh
    @jddbhfgwdfhfh 5 месяцев назад

    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