- Log in to post comments
User bio
404 bio not found
Member since Sep 3, 2019
Posts:
Replies:
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.
- Log in to post comments
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 ];
- Log in to post comments
Certifications & Credly badges:
Ankur has no Certifications & Credly badges yet.
Followers:
Ankur has no followers yet.
Following:
Ankur has not followed anybody yet.
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