go to post Yuri Marx Perei... · Sep 15, 2021 I copied zpm-0.3.0.xml from https://pm.community.intersystems.com/packages/zpm/latest/installer to my project and added the following lines in my docker file and in my iris.script dockerfile:COPY zpm-0.3.0.xml . iris.script:do $SYSTEM.OBJ.Load("/opt/irisapp/zpm-0.3.0.xml","ck") Worked fine!!! Sample: https://github.com/yurimarx/automl-nasdaq
go to post Yuri Marx Perei... · Aug 23, 2021 Thanks community! I loved the article contest, great idea.
go to post Yuri Marx Perei... · Aug 2, 2021 Thanks for the tip! I did use StarUML, but in the next time I will consider GoJS
go to post Yuri Marx Perei... · May 20, 2021 Thanks, diagram into: https://pt.slideshare.net/alanmcsweeney/designing-an-enterprise-data-fabric
go to post Yuri Marx Perei... · Apr 12, 2021 I followed https://openexchange.intersystems.com/package/iris-rest-api-template to construct some API and the GetAll used JSONExport, but when you work with JavaScript projections to the objects is nice convert the JSON to object. With no ID return you need write an additional instruction to set the ID. After the insert operation, in the master detail forms, get the ID after persist the master, help us to build conditional detail forms.