cancel
Showing results for 
Search instead for 
Did you mean: 

Can't set field as mandatory for field in table view

Former Member
0 Kudos

Dear experts.

Normally we can set a field as mandatory field by changing it in configuration tab and click the show field properties button. However the "Show Field Properties" button doesn't exist for table view. Pressing Alt and click the field doesn't open the field property either.

Can some one please shed some light on this issue?

Here is the view name that I want to enhance (BT115QIT_SLSQ/Items)

Thanks,

Chris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I experience the same problem.

Did you find a way to solve this issue?

Thanks,

//anders

xavier_dehairs2
Active Participant
0 Kudos

Those fields belong to a certain Context Node, so you have access to them via GET_PROPERTY method of the corresponding BOL entity.

So this is up to your scenario, either you check this at SAVE, and avoid saving if a certain field is not set, and therefore display some message on the UI, or you check this each time the view is rendered (via DO_FINISH_INPUT method for example) and display the message at that time ... There are multiple ways to do that, but all of them will require programming.

Regards,

Xavier