Skip to main content

Hi,

 

I am trying to create a custom event to write  a history record when a contract is created

 

However, when the record is created it only shows

1. -281041 not the digits in front

  1. Also, I am not able to get the status from the variables ROWSTATE - the event does not like it.  What else can I use to record the status.

Thanks

 

Is the date crated column a real date column or a text column? Perhaps you need to format the sysdate there with a call to to_char?


Reply