Multiple choice technology packaged enterprise solutions

If you want to include your own validation/customised code for 'Save' operation in floorplan then you need to change the below file.

  1. .ini file in Floorplan directory

  2. pmd file

  3. in the ix_sys_setting table

  4. not possible

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Custom validation code for Save operations in floorplan is configured through the .ini file in the Floorplan directory. This file specifies custom handlers, validation rules, and business logic extensions.

AI explanation

Floorplan-level UI validations and custom save behavior in this platform are configured through the .ini file that sits in the Floorplan's own directory, not in the PMD (which defines layout/behavior of components) or in ix_sys_setting (which holds global system configuration, not per-floorplan logic). Editing that .ini lets you hook in custom code for the Save action without touching the shared PMD definition.