Timecard API : Submit timecard is not performing validation in specific scenario
Hi,
We have written PLSQL APi to be consumed from third party tool to create/edit timecard in both SAVE/SUBMIT mode.
Facing issue as validation not performed in below case,
1) Create new timecard with incorrect Project Task assigned and "Save" this timecard. (As save is not performing validation this invalid record get saved)
2) Now if I try to Submit this record without doing any changes it directly Submit the record.
It was expected that when we call Submit API it should perform validation.
Can any one guide me on what steps missing in order to invoke validation routines before timecard getting submitted.