Hi Everyone,
I am very new to Business central.
I have a requirement where I have 2 fields
1. Field Type and 2. Value
Field type is an enum which has Int, Text, Boolean, business object as its values
and Value will hold the default values which should be related to field type values, i.e. if int is selected in Field type, the value field should accept integers.
If Text is selected then value field should accept Text data, If business object is selected then Values field should accept any business object like warehouse or customer or vendor.
P.S: This is to allow customer to create his own parameters dynamically. Even I did not understand why we are going with this approach.
Please help me out with this as I could not find any blog that is similar to this.
Is this even possible?
If yes then please help me out. If it is not possible then help me understand why as I should explain my Team lead.