Skip to main content

Dears,

I’d like to ask for your help how to get the current system time using Script connector?

So far, I tried to use:

  • <arc:set attr="timestamp" value="=utcnow()]" />
  • <arc:set attr="timestamp" value="=now()]" />

But I got the error saying this:

Execute 'RSSBus.RsbOps.RSBFunctions.now' function failed: The function 'now' could not be found.

 

What is the correct format? I m using ArcESB 2020 EDI.

Hi, 

Could you please attempt using:

<arc:set attr="timestamp" value=""_ | now()]" />

 

Please note that the V20 version has reached its end of direct support. To continue receiving support, you will need to upgrade to V23. For further assistance with the upgrade, please contact [email protected].


Hi, 

Could you please attempt using:

<arc:set attr="timestamp" value=""_ | now()]" />

 

Please note that the V20 version has reached its end of direct support. To continue receiving support, you will need to upgrade to V23. For further assistance with the upgrade, please contact [email protected].

Hi,

 

Much appriciate for your answer, it works now.

 

Thank you!

Regards,

TungHS


Reply