Hello, Is there a way to identify a Related Action based on a stub?

Hello,

Is there a way to identify a Related Action based on a stub?

We need this since we ran a Healtchcheck and some Related Actions have been flaged as High risk. In order to review/ fix these Related Actions we have to identify them and the Healthcheck only provides the stub.


Thanks

OriginalPostID-219414

OriginalPostID-219414

  Discussion posts and replies are publicly visible

Parents
  • Hello,

    Looking at my Health Checks it seems to show the name of the record and the related action, however the two other pieces of info that it gives are the record URL stub, which you could navigate to with:

    https://[ENVIRONMENTURL]/suite/tempo/records/type/[STUB]/view/all

    For the Related Action itself, they provide the UUID of the Process Model. The Content Details by UUID Plugin (https://goo.gl/49i28n) is really helpful, and has a function called getprocessmodeldetailsbyuuid(), which takes in a UUID string and returns all the details of the model including its folder path.

    Hope this helps!
Reply
  • Hello,

    Looking at my Health Checks it seems to show the name of the record and the related action, however the two other pieces of info that it gives are the record URL stub, which you could navigate to with:

    https://[ENVIRONMENTURL]/suite/tempo/records/type/[STUB]/view/all

    For the Related Action itself, they provide the UUID of the Process Model. The Content Details by UUID Plugin (https://goo.gl/49i28n) is really helpful, and has a function called getprocessmodeldetailsbyuuid(), which takes in a UUID string and returns all the details of the model including its folder path.

    Hope this helps!
Children
No Data