Versions Compared

Key

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

...

Code Block
languagejavascript
titleConditional logic using record found state
pjs.defineTable("myfile", { keyed: true, read: true });
myfile.getRecord(100);
if (myfile.found())
  doSomething();

RPG Equivalent

%FOUND(file_name)

Requirements

This API requires the Profound.js Connector module.