Yuri Marx · Oct 25, 2021 go to post

Support features:

1 - convert parquet file to an objectscript dynamic array and vice versa.

2 - pex business service to get parquet data.

3 - pex business operation to write parquet data.

Yuri Marx · Aug 2, 2021 go to post

Thanks for the tip! I did use StarUML, but in the next time I will consider GoJS

Yuri Marx · Apr 12, 2021 go to post

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.

Yuri Marx · Mar 17, 2021 go to post

Could be a select into InformationSchema (all namespaces have informationschema tables right?) table? Like:

SELECT count(*) FROM INFORMATION_SCHEMA.SCHEMATA
Yuri Marx · Mar 8, 2021 go to post

Thanks community, this is my fuel to write more and more and contribute with apps, comments and engagement.

Yuri Marx · Mar 5, 2021 go to post

Nice article. To be perfect, iris interoperability could be implement bpmn to BPM task, but it is done using bpel.