Options

The Options helpers, allows creating, reading, updating and deleting of Business suite options / settings. Options are stored in the sys_appconfig table in the database & it can be accessed from anywhere in your plugin. 

Adding option

Use the helper add_option to add an option in the options table-

add_option('my_app_custom_key','my-value');