Bug in yml dotnet tool PackageReference arrangement RDS Blank Change int dotnet test nuget ^ [spcepiworld].[dbo].[evnt_inf] Assembly Version WS Result bug fix and Nuget bump, PSN, Reactor and Extra RDS rule OpenInsightApi and testRunTitle editorconfig bugs Fix Type serializerValue RDS oversight PropertyNameCaseInsensitive Save check for file already present NoWaitDirectory MoveArchive allow empty directory and continueOnError for clean files CreatePointerFile and more on NoWaitDirectory
16 lines
542 B
JavaScript
16 lines
542 B
JavaScript
// (self.length != 0) ?
|
|
// self :
|
|
// (getContextData('2', 'cds.PROCESS_JOBID', '') == '-') ?
|
|
// self :
|
|
// getContextData('2', 'cds.PROCESS_JOBID', '')
|
|
|
|
getValue(self, self.length, $('dcp.TENCOR1/pcl/MesEntity', ''), $('dcp.TENCOR1/pcl/asdf', ''), getContextData('2', 'cds.PROCESS_JOBID', ''));
|
|
|
|
function getValue(value, length, mesEntity, recipe, processJobId) {
|
|
if (recipe.toUpperCase() === 'adsf')
|
|
return mesEntity;
|
|
else if (length === 0)
|
|
return processJobId;
|
|
else
|
|
return value;
|
|
} |