DocTypes:
- ObjectType
- Properties
- Objects
DocType - ObjectType
Fields -
- Label (text)
- Properties (table linked to Properies Doctype, read-only, one-to-many)
DocType - Properties
Fields -
- Label (text)
- InputType i.e.(select/text/date/date-time) as we have in the Core Doctype :
Customize Form Field
- ObjectType (link - Each property will be linked to an ObjectType)
DocType - Objects
Fields -
- Label (text)
- ObjectType (link - Each object will be linked to an ObjectType, one-to-many)
- I want to render all the properties linked to the ObjectType with
Label
as property input label andInputType
as its input type while creating/editing object and provide values to them and save it as a field of object.
Is it possible to be done in Desk
View ?
Thankyou