Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
maxLevel3

Usage

writing data

...

Code Block
languagejs
linenumberstrue
...

...

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
languagejs
linenumberstrue
... 
var creationDate = entry.creationDate();
...

entry.creationUser

Returns the user that created the entry

...