This topic contains 5 replies, has 0 voices, and was last updated by rudler 9 years, 8 months ago.

  • Author
    Posts
  • #10227

    rudler

    Does anyone know how to do that? Scenario: User goes to parent record, clicks on new “subrecord”, creates subrecord, I want them to stay with subrecord after it’s created and not return to parent record.
    This is a cached copy. Click here to see the original post.

  • #10228

    evan_goldberg

    You should be able to do that with a go to record action in SuiteFlow, you may need to store the value in a non-stored custom state field in order to do that – I believe there is a thread on that in the workflow forum.

  • #10229

    rudler

    Yes, I set the value for the existing record’s {id} in a non-stored custom state field but it doesn’t appear on the Goto Record ID field drop-down list.

  • #10230

    dmatyas

    The field you are using to store the reference in must be of type List/Record. Then it will show up in dropdown list of Go To Record.

  • #10231

    rudler

    What list/record? Number format? That didn’t work.


    dmatyas replied on 03/06/2015, 03:48 AM: The non-stored custom state field must be of type “List/Record” and appropriate record type has to be selected. Then you can set the value via formula using {id}. Then such field will be visible in Go To Record dropdown list.

  • #10232

    rudler

    You’re giving me general guidance when I need specific: I’m trying to store the newly created record’s internal id so when I choose the Go To Record action I can reference it. How do I do that?

You must be logged in to reply to this topic.