IM-BIS for Accel Platform / Business Manager Guide

Initial version 2014-01-01

«  IM-BIS route   ::   Contents

Mapping of fields provided in Java datasource definition and functions of IM-FormaDesigner

Differences in functions of IM-FormaDesigner and fields provided in Java datasource definition

  • In IM-FormaDesigner, describe function provided by IM-FormaDesigner when passing parameter in screen item linked with datasource definition (like tenant DB query).
  • In IM-BIS, it is necessary to map with the datasource definition fields of corresponding Java for passing the parameter when linking with datasource definition in the extended screen item.
  • The functions provided by IM-FormaDesigner and datasource definition fields of Java corresponding to those functions are described here.

Fields provided in Java datasource definition and function list of IM-FormaDesigner

User functions (Datasource definition: User information acquisition function)

Field IM-FormaDesigner functions Function description
user
user()
Login user code acquisition
username
username()
Login user name acquisition
locale
locale()
Acquisition of locale ID of login user
encoding
encoding()
Acquisition of encoding information of login user
mail
mail()
Acquisition of mail address of login user
mblmail
mblmail()
Acquisition of mobile email address of login user

Date function (Datasource definition: Account date format acquisition function)

Field IM-FormaDesigner functions Description of functions
dateformat
getAccountDateFormat()
Date format acquisition (when referring)
dateTimeformat
getAccountDateTimeFormat()
Date format acquisition
inputformat
getAccountInputDateformat()
Get date format (when input)

Application information function (Datasource definition: Application information acquisition function)

Field IM-FormaDesigner functions Function description
applyDate
applyDate()
Application date (character string) acquisition
applyActFlag
applyActFlag()
Application acting flag acquisition
authCompanyCode
applyAuthCompanyCode()
Application authenticated company code acquisition
authCompanyName
applyAuthCompanyName()
Application authenticated company name acquisition
authOrgzCode
applyAuthOrgzCode()
Application authenticated organization code acquisition
authOrgzName
applyAuthOrgzName()
Application authenticated organization name acquisition
authOrgzSetCode
applyAuthOrgzSetCode()
Application authenticated organization set code acquisition
applyBaseDate
applyBaseDate()
Application base date (character string) acquisition
applyAuthUserCode
applyAuthUserCode()
Application authenticated user code acquisition
applyAuthUserName
applyAuthUserName()
Application authenticated user name acquisition
applyExecuteUserCode
applyExecuteUserCode()
Application executor user code acquisition
applyExecuteUserName
applyExecuteUserName()
Application executor name acquisition

Matter information function (Datasource definition: Matter information acquisition function)

Fields IM-FormaDesigner functions Function description
matterName
matterName()
Matter name acquisition
matterNumber
matterNumber()
Matter number acquisition
matterEndStatusCode
matterEndStatusCode()
Matter end status acquisition
matterStatusCode
matterStatusCode()
Matter status acquisition
priorityLevel
matterPriorityLevel()
Matter priority level acquisition
matterStartDate
matterStartDate()
Matter start date (character string) acquisition
lastProcessDate
matterLastProcessDate()
Last processing date (character string) acquisition
matterCplDate
matterCplDate()
Matter end date (character string) acquisition
archiveMonth
matterArchiveMonth()
Archive month (character string) acquisition
flowName
flowName()
Flow name acquisition
flowId
flowId()
Flow ID acquisition
flowVersionId
flowVersionId()
Flow version ID acquisition

«  IM-BIS route   ::   Contents