The CreatorCon Call for Content is officially open! Get started here.

How to inherit the entire change management on a custom scoped application?

Navaneeth1
Tera Guru

I have a custom-scoped application that inherits from the Incident Management table and has it's own custom workflows to make it an incident management along with the global incident workflows. 

I would like to create a change management in the same scoped custom application that will take the values from the custom incident record and populate the change request form. The change request should also have a related list for the change tasks. Can someone please tell me how this can be done? Like which tables need to be inherited and how I can link the custom incident management system or create a new scoped change request directly from the scoped incident form? 

Thank you in advance!

1 ACCEPTED SOLUTION

You can use the same code as on OOB processes, just change the table name(s) to your custom tables.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

7 REPLIES 7

Just like on OOB tables: use ui actions to create the changes.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

@Mark Manders,

Thank you, could you please let me know how the script should be modified for this purpose? Or if there's a fresh script that can do this?

You can use the same code as on OOB processes, just change the table name(s) to your custom tables.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark