...
The JSMA entry provides functionality for handling entries (financial bookings)
Info |
---|
What can JSMA entry do for me?You could easily use the JSMA entry to edit an entry |
...
Table of Contents | ||
---|---|---|
|
Usage
writing data
...
Code Block | ||||
---|---|---|---|---|
| ||||
...
... |
reading data
Here is an example on how to read data from a JSMA entry:
...
entry.creationDate
Returns the Date date of when the entry was created.
Example
Code Block | ||||
---|---|---|---|---|
| ||||
...
var creationDate = entry.creationDate();
... |
entry.creationUser
Returns the user that created the entry
...