Question

Sub Contract custom event

  • 27 October 2023
  • 1 reply
  • 29 views

Userlevel 3
Badge +10

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

 


1 reply

Userlevel 7
Badge +30

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