ServiceNow - Record Producer Tips, Tricks and Scripts in Paris

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024

ความคิดเห็น • 8

  • @magnucyl
    @magnucyl 3 ปีที่แล้ว +1

    Love the date check using UI Policy. Thank you so much for this!

  • @preethigovindarajan888
    @preethigovindarajan888 3 ปีที่แล้ว +1

    thanks much!

  • @kevinkennethtan
    @kevinkennethtan 3 ปีที่แล้ว +1

    I have a list type in a Table, whats the equivalent to variable type in Record producer. (It needs to select multiple selection)

    • @AaspenNowSolutions
      @AaspenNowSolutions  3 ปีที่แล้ว

      Hey Kevin! List Collector is the equivalent. Hope that helps :)

    • @kevinkennethtan
      @kevinkennethtan 3 ปีที่แล้ว

      @@AaspenNowSolutions already got in. Its list collector. But i need the reference qualifier to be able to select multiple hehe.

  • @rdubw8904
    @rdubw8904 3 ปีที่แล้ว +1

    I have a record producer based on a target table, with a script to create a record on a nontarget table if a particular selection is made. The record creates as expected, however attachments do not carry over to the new record. Attachments are made using the little paper clip (add attachments) at the bottom right of the portal record producer screen. Is there a script or something that I need to add to the record producer such that an attachment will carry over to the new record? (attachment works as expected when the record being created is on the record producer's target table)

    • @AaspenNowSolutions
      @AaspenNowSolutions  3 ปีที่แล้ว +1

      You could run a Flow when the first record is created (Flow Designer NOT Workflow Editor) and use the Move Attachment Action. The Move Attachment Action is OOB and pretty simple to use.

    • @rdubw8904
      @rdubw8904 3 ปีที่แล้ว +1

      @@AaspenNowSolutions Thanks so much. I'll give it a shot.