How to customize a form for a specific company

Hello guys!

I would like ti know if there is a way to customize a standard form for a specific company without affect the same form for other companies in the same AOS.

Thanks for the replies.

Hi,

You can have a look on how is used UpdateDesign() method on forms and add a test with curext() method (returns company dataAreaId), you can also customize run() method. do you want to modify design or fonctionnality?

regards,

Thomas

Is there a method to modify the design and the functionality of the form without using code?

Thanks for your fast reply.

you can customize functionnality with security groups/profiles but it’s quite long and fastidious