RE: Accidentally deleted Custom Record Type on SuiteApp Owner Account

When moving source files around, I had accidentally deployed my SuiteApp project to the account that owns the suiteapp without the Objects folder with the custom record type xml definitions. Netsuite thought I wanted to delete my objects/custom record types on deployment and went ahead and removed them. I then proceeded to add them back in and my bundle added a “Delete” action to all of the custom record types in addition to resolving conflicts. Now when users attempt to update their bundle, they will lose all their data unless they back it up before updating. How do I fix this (i.e. remove delete action)

RE: Accidentally deleted Custom Record Type on SuiteApp Owner Account

? Thanks in advance

ithai Rookie Asked on June 27, 2023 in SuiteApps.
Add Comment
1 Answers

Hi,

I’m struggling to see why Internal IDs are relevant. How come you’re using them here?

It seems like there may be alternatives to using Internal IDs that would make the solution more robust.

Thanks,

Chris

Intermediate Answered on June 29, 2023.

I think you are right. The issue here may be not the internal ids, but rather the fact that a “Delete” action is also present for our custom record types. This can be seen in the Bundle Installation Preview for our SuiteApp. Every custom record type is deleted and then recreated. I’m not sure how to remove the “Delete” action which I believe was added when I had accidentally deleted those records

RE: Accidentally deleted Custom Record Type on SuiteApp Owner Account

on June 29, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.