User bio
404 bio not found
Member since Sep 3, 2019
Posts:
Replies:
Ankur Shah · Jan 5, 2022 go to post

Hi,

By mistake I have accepted your answer. Can you please help me on this. It would be great if you can provide some video or tutorial.

Thanks,

Ankur Shah  

Ankur Shah · Jan 4, 2022 go to post

We are using angular as front end and Intersystem IRIS as a backend. 
We created a CI/CD pipeline for angular project without docker container with VSTS. Same way we want to implement CI/CD pipeline for Intersytem IRIS.

Goal is to move our IRIS code from stage server to production server with the help of CI/CD pipeline. Moreover, we don't have any idea on docker and not sure what additional infrastructure required for used docker container. 

Ankur Shah · Nov 5, 2019 go to post

I want to store the LabCode value in database as combination of LabName & LabID property. In LabCode field LabName value stored but LabID not stored. Can you please help me on this.

Please refer below example.

IndexLabIDXOnLabID [ PrimaryKey ];
PropertyLabIDAs%Integer(MAXVAL = 2147483647, MINVAL = -2147483648) [ Identity, SqlColumnNumber = 2 ];
PropertyLabNameAs%Library.String(MAXLEN = 128) [ Required, SqlColumnNumber = 3 ];
PropertyShortNameAs%Library.String(MAXLEN = 64) [ SqlColumnNumber = 4 ];
PropertyLabCodeAs%Library.String(MAXLEN = 64) [ SqlColumnNumber = 5, SqlComputeCode = { set {*}= $EXTRACT({LabName},0,3)_" "_{LabID}}, SqlComputed ];
Certifications & Credly badges:
Ankur has no Certifications & Credly badges yet.
Followers:
Ankur has no followers yet.
Following:
Ankur has not followed anybody yet.