i could not change customer doctype to submittable
Hi @manal_erpnext,
Customer is a master doctype, not a transaction doctype. so can’t be made a submitable doctype because it’s a core doctype.
If custom doctype, then it is doable.
Thank You!
Yes, that’s right, thank you.
We have used the technique of setting customer disabled by defuault and set value of a disabled to 0 upon appropriate workflow action on Customer doctype, even if it is master.
1 Like
nice idea thanks