cancel
Showing results for 
Search instead for 
Did you mean: 

Changes will cause Data to be deleted message

Former Member
0 Kudos

Hi,

Here is the issue I am experiencing:

1. I have a UDO of Master Data type and created a custom form to Add/Update/Delete data.

2. When I scroll through each record, I get a message "Changes will cause Data to be deleted". Continue?

I have confirmed that the form is in OK mode. How can I make this message go away?

Gopal

Accepted Solutions (1)

Accepted Solutions (1)

former_member191896
Active Participant
0 Kudos

Hi Gopal,

Even if the form is in OK mode, the edits cause the form to go into Update mode, which is why you see this message.

If it suits your scenario, set "AffectsFormMode" property to false for items which should not trigger a mode change (if loading the form from XML, set AffectsFormMode="0")

You can also look at these form properties:

Form.AutoManaged

Form.SupportedModes

Regards

Aravind

Answers (0)