Question

Disable field in RMB function subform- frmCustomer

  • 1 February 2022
  • 3 replies
  • 91 views

Userlevel 4
Badge +10

Is there a good way to hide mandatory field Category from ‘Copy Customer’ function? We only use category ‘Customer’, so if I can default this value in ‘Copy Existing Customer’ function to avoid any error, that can also work.

I tried to explore and revoke from permission set using ‘Database Objects’ and ‘Presentation objects by Components’ , no luck

we are using iFS10(IEE only)-UPD9.



thanks


This topic has been closed for comments

3 replies

Userlevel 7
Badge +18

This can achieve this by modifying the database/client code to set the default Category value to ‘copy to’ as in ‘copy from'. you can hide Category field from layout properties, But it will not work as it's still a mandatory field and will prompt an error. You can easily achieve it through modification.

 Raise a ticket to IFS Support and then they will advise how to proceed.

Hope this info helps.

 

 

Userlevel 4
Badge +10

@Kelum Niranjana thank you,
I can make fields ‘Mandatory’ and ‘Read Only’ from the main ‘Customer’ Page but the options on the RMB subform are not available in Properties to modify.

Userlevel 7
Badge +18

@OrangeCloud 
yes, Because its popup a dialog box.
As I mentioned above, You can cater your requirement through a customization change easily.