ConvertEnumValueToValidValue | Converts a specified enumeration value of an enumeration name to the valid value defined in the company database.
See Conversion sample. |
 ConvertValidValueToEnumValue | Converts a specified valid value of an enumeration name to the enumeration value defined in the company database.
See Conversion sample. |
 Format_DateToString | Converts the system date to a string.
See Formatting sample. |
 Format_MoneyToString | Converts a specified amount of money to a string according to a specified precision. See Formatting sample. |
 Format_StringToDate | Converts date string to a system date. |
 GetAccountSegmentsByCode | Returns a Recordset object that contains the value of the FormatCode property for a specified AccountCode. |
 GetBPList | Returns a Recordset object that contains a list of business partners keys that can be used as a parameter in many business objects. |
 GetContactEmployees | Returns a Recordset object that contains a list of contact employees for a specified business partner. |
 GetCurrencyRate | Returns a Recordset object that contains the currency rate for a specified date and currency code.
See Currency sample. Source table: ORTT. |
 GetDueDate | Returns the due date for a specified business partner based on the business partner code and the reference date. See Get Due Date sample. |
 GetEwaParameters | Returns a Recordset that defines the Early Watch Alert user parameters:
|
 GetFieldValidValues | Returns a Recordset object that contains the valid values of a specified field and table in the database. Each valid value includes its name and description. For example, the valid values for CardType field in OCRD table are: C - Customer, S - Supplier, and L - Lead. |
 GetIndexRate | Returns a Recordset object that contains the index rate for a specified date and index code. |
 GetItemList | Returns a Recordset object that contains an item code and item name. To retrieve the items list, apply this method in a loop. See Get Items List sample. |
 GetItemPrice | Returns a Recordset object that contains the item price for specified business partner and item, based on the amount and transaction date. |
 GetLicenseStatus | You can get the information whether a user has a license to access a form. |
 GetLocalCurrency | Returns the local currency defined in the company database. See Currency sample. |
 GetObjectKeyBySingleValue | Returns a Recordset object that contains the object key by single value. See Get Object Key By Single Value sample. |
 GetObjectPermission | Returns a single record that contains the permission type (BoPermission) of a specified PermissionId and UserSignature. |
 GetSystemCurrency | Returns the system currency defined in the company database.
See Currency sample. |
 GetSystemPermission | Returns the permission for a type of permission for a specific user. |
 GetTableFieldList | Returns a Recordset object that contains the fields list of a specified table in the database. Each field includes the following parameters (the examples in parenthesis relates to OCRD: CardCode):
|
 GetTableList | Returns a Recordset object that contains a list of all the tables in the database. Each table includes its name and description (for example: OCRD, Business Partner. |
 GetUserList | Returns a recordset that contains a list of user codes defined in the SAP Business One company database. |
 GetValidValueDescription | Returns a string that contains the valid value description of a valid value. |
 GetWareHouseList | Returns a Recordset object that contains the warehouse code and name defined the company database. To retrieve a list of warehouses, apply this method in a loop. |
 PutEwaParameters | Sets a Recordset that contains the Early Watch Alert user parameters:
|
 SetCurrencyRate | Sets the exchange rate for a specified date and currency in the company database. See Currency sample. |
 SetSystemPermission | Sets the permission for a type of permission for a specific user. |
Â