cancel
Showing results for 
Search instead for 
Did you mean: 

update Mode

Former Member
0 Kudos

Hi

I am using UDO in my Add-on. If form is in find mode then the values are filling, when we add a new value to that form it is not changing to update mode.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member191896
Active Participant
0 Kudos

Hi Nageswar,

Not sure if I understand your issue completely, but wanted to mention that when the form is in find mode, edits do not result in mode change. When the form is in OK mode, any edits will change the mode to Update.

Setting the appropriate values for some of these properties may help with your issue. Please look at their descriptions in SDK Help.

Form.AutoManaged

Form.SupportedModes

Item.AffectsFormMode

Regards

Aravind

Former Member
0 Kudos

Hi

Thanks for giving reply. When form is in find mode, by clicking navigate buttons the form filling with data and mode is changing to ok mode. When I change any value it changing to update mode, but if I enter any value in empty field the form mode is not changing why?

Former Member
0 Kudos

Hi..

That time also show only update mode.

Regards...

Billa 2007

Former Member
0 Kudos

check ur udo.

re register ur udo.

former_member191896
Active Participant
0 Kudos

Hi Nageswar,

Please make sure that the "AffectsFormMode" property of the Item (empty field you are editing) is set to true.

HTH

Aravind

Former Member
0 Kudos

hi

in my form "AffectsFormMode" property of the Item is set to true.but it is not working. i deleted and re generated the udo, it is not working

Former Member
0 Kudos

Hi Nageswar,

Please check if your form's AutoManaged property is set to True.

Regards,

Vítor Vieira

Former Member
0 Kudos

hi

my form's AutoManaged property is set to True.but it is not working

former_member191896
Active Participant
0 Kudos

Hi Nageswar,

Please refer to this section in SDK Help for info on how to manage modes (both automatically and independently).

Refer to SDK Help -> Developer's Guide -> UI API -> How To... -> Work with Form Modes

HTH

Aravind