Hi there,
I try to add Print To PDF support for my Custom Entities in detail view just like advanced - Quote.
I create client/custom/src/views/MyEntity/record/detail.js . I copied detail.js from Advanced... quote/record.
and also add to my custom entityDefs - MyEntity.json to "recordViews": {"detail": "Custom:MyEntity.Record.Detail"}
But It did not work..
But if I use "recordViews": {"detail": "Advanced:Quote.Record.Detail"} in entitydef/MyEntity.jso it works..bu it is not good way...!
What is the magic to get it working.
thnx & rgdrs,
Selcuk
I try to add Print To PDF support for my Custom Entities in detail view just like advanced - Quote.
I create client/custom/src/views/MyEntity/record/detail.js . I copied detail.js from Advanced... quote/record.
and also add to my custom entityDefs - MyEntity.json to "recordViews": {"detail": "Custom:MyEntity.Record.Detail"}
But It did not work..
But if I use "recordViews": {"detail": "Advanced:Quote.Record.Detail"} in entitydef/MyEntity.jso it works..bu it is not good way...!
What is the magic to get it working.
thnx & rgdrs,
Selcuk
Comment