changevalueobjectpropertiesscripts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
changevalueobjectpropertiesscripts [2020/05/14 00:04]
wikiadmin
changevalueobjectpropertiesscripts [2020/11/29 13:08] (current)
wikiadmin
Line 27: Line 27:
 <code JavaScript> <code JavaScript>
 //this changes the AlwaysSend of the incoming ValueObject to false //this changes the AlwaysSend of the incoming ValueObject to false
-var ValueObjectInterface = Java.type("com.ergotech.valueobjects.ValueObjectInterface"); 
  
 vo=incomingValue; vo=incomingValue;
Line 34: Line 33:
 </code> </code>
  
 +** Convert the timestamp of the incoming value to a SQL Date/Time **
 +<code JavaScript>
 +new Date(incomingValue.getDate()).toISOString().slice(0, 19).replace('T', ' ');
 +</code>
 +The string can then be used to build a SQL statement
  • changevalueobjectpropertiesscripts.1589432677.txt.gz
  • Last modified: 2020/05/14 00:04
  • by wikiadmin