26 A- Attestation: Number of exceptions with level warning using OraHwmMessageNamesCsv
Summary:
The new functionality to rtrieve the number of exceptions with level warning using the attributes
OraHwmMessageNamesCsvList to get the messages names is not working.
Content (please ensure you mask any confidential information):
The formula used:
MESSAGE_COUNT = 1
Flag='Y'
OraHwmMessageNamesCsvList = ' '
POS = INSTR(OraHwmMessageNamesCsvList, ',')
WHILE POS > 0 LOOP
(
MESSAGE_COUNT = MESSAGE_COUNT + 1
POS = INSTR(OraHwmMessageNamesCsvList, ',', POS + 1)
)
IF MESSAGE_COUNT > 0 THEN
(
Flag='Y'
)
rLog = add_rlog (ffs_id, rule_id, '>>> ' || Flag )
RETURN Flag
Formula is attached to the time category and time category to attestation set. Used the attestation set with Time entry profile, still it did not work.
Tagged:
0