I want to update the CI version automatically when we close a release record
the naming convention will be like displayName_Location_Date, this will be from cm3r table to device file .
any help to do this ?
Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
I want to update the CI version automatically when we close a release record
the naming convention will be like displayName_Location_Date, this will be from cm3r table to device file .
any help to do this ?
Release record is change record (cm3r) - Right ?
The new value must be inserted into device table, in what field ?
Then you need to use triggers for cm3r table (after change)
set condition for status and if it become close (or any you use) set in device table any changes you whant.
hi ALARMus,
yes it is cm3r record.
we want the version field to be sum of (CIName_CIType_Vx 1)
how we can collect all this one field ?
CIName_CIType_Vx 1 - is this fields from device table ?
Can you write exact name of field and table name (where this field is) ?
CIName_CIType_Vx 1 - is this fields from device table ?
Can you write exact name of field and table name (where this field is) ?