top of page

Moji5 Knowledgebase

Get Record and Current App ID

Updated: Aug 23, 2021

Record id is special id that being saved in database for the particular record. App id is special id that being created for the app.


How to get record id


Create a new behavior. Put the appropriate caption. Click Action wizard.


Click Create an action.


Click Other Scribe Functions.


Select Get Primary/Record ID in Other Scribe Functions dropdown. Click OK.


Click Save changes.


Click View code. Add Scribe.DisplayMessage() function to display a record id. Click Check Syntax, if no error then click Save and close.


Click Create now.

How it look in the form:

This is record id for this record.


How to get current app id


Create a new behavior. Put the appropriate caption. Click Action wizard.


Click Create an action.


Click Other Scribe Functions.


Select Get Current App ID in Other Scribe Functions dropdown. Click OK.


Click Save changes.


Click View code. Add Scribe.DisplayMessage() function to display a app id. Click Check Syntax, if no error then click Save and close.


Click Create now.


How it look in the form:

This is app id for this app.





Comments


bottom of page