Skip to main content
Question

Sub Contract custom event

  • October 27, 2023
  • 1 reply
  • 39 views

Forum|alt.badge.img+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

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • November 7, 2023

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?