How to set this fnd0CheckoutOnCreate property value as true in 'New Item dialog 'manually when create Document/Document Revision
Solution
In BMIDE,
-set 'Fnd0AllowCheckOutOnCreate' business constant as true
-save and deploy it
In Rich client
Launch New Item dialog for Document creation.
Use able to see 'fnd0CheckoutOnCreate' property in New Item dialog.
fnd0CheckoutOnCreate property is added to Create Descriptor as runtime property.
BMIDE UI do not support InitialValue on the runtime property of Create Descriptor.
User have to select manually 'True' for fnd0CheckoutOnCreate on New Item dialog for business object(Eg: Document / Document Revision) to checkout BO on create.
Notes