Versions Compared

Key

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

...

Code Block
var refreshed = fb_client.reloadObject();

int getObjectId()

If the page is launched from a Module, like Sales Order module, it will return the current Module’s ID, example, the Sales Order ID that is currently displayed. Returns a -1 if the Page is not launched from a Module.

Example

Code Block
var sales_order_id = fb_client.getObjectId();
// 5

void hyperLink(String module, String param)

...