Recover deleted SAIL code

Certified Associate Developer

Hello All,

Is there a way to recover deleted SAIL code? We have the UUID of the deleted object.

Thanks in advance for your help.

Best,

Mahesh Pillutla

  Discussion posts and replies are publicly visible

Parents
  • If this is what has happened:

    ...then, as far as I know, the 'This action cannot be undone' applies. One approach is to never delete objects but either mark as deprecated (e.g. prefix their description with the word 'DEPRECATED' so that it is plainly visible. Also, to avoid deploying unused code then the object can be moved to a separate Application package that holds these objects, just in case there are references to them still in place anywhere in your application.

Reply
  • If this is what has happened:

    ...then, as far as I know, the 'This action cannot be undone' applies. One approach is to never delete objects but either mark as deprecated (e.g. prefix their description with the word 'DEPRECATED' so that it is plainly visible. Also, to avoid deploying unused code then the object can be moved to a separate Application package that holds these objects, just in case there are references to them still in place anywhere in your application.

Children