This article shows the steps that I went through to create a secondary entity that is a child of a Custom Primary Entity.
The business scenario that I imagined was that I had a new Primary Entity called Project that was created using the Advanced…
This article shows the steps that I went through to create a secondary entity that is a child of a Custom Primary Entity.
The business scenario that I imagined was that I had a new Primary Entity called Project that was created using the Advanced…
I have written before about the creation of a complex screen where the ASP page offers the user the ability to edit two records at the same time.
var myBlock = eWare.GetBlock('OpportunityDetailBox'); var myRecordId = eWare.GetContextInfo('Opportunity','oppo_opportunityid'); …