Hardcode a default value and Disable the field for an application version

srinatherp

srinatherp

Member
Hello everyone!!

I have a scenario where i have to create 20 versions for an application in sales. In each of the versions, i have to hardcode a default value in one of the fields and then disable it so that users cannot edit in it.

I have created a version, i cant see any Procession option value which can be used to hardcode the value in that field also to disable it...

Kindly let me know how it can be solved at the earliest.

Regards,
srinath
 
Hi Srinath,

This is the Application forum. Developers forum is the appropriate forum for your issue.

Briefly answering your issue.
Create a new UDC or custom Table to store the default value(s) for the versions, which requires it.
Some ER code line in the appropriate event(s) can solve yur issue based on the previous "platform".

Regards,

Zoltán
 
Hi

Or modify the processing options of this application to be able to specify the default value for this field, add another processing option to enable or disable editing for this field

then create the right ER in the post dialog initialize ER to apply these options
 
Back
Top