Read only grid interface



for this read only grid , if request is denied then for that row i need to show like Request has been denied ("comments  for denied") and in brackets rejection comments as shown in pic .


Can someone help me with the code

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to ZAINAB

    The record type you used for grid is Audit log. Now you cannot use requests in fv!row[] in second rich text item. Use relationship between audit log and request if there is any relationship added. Else try to add the relationship or get the request details separately in a local variable and then use that in rich text item

    example: fv!row[recordType!AuditLog.relationships.Requests.requestStaus]

Children