CreatePeriod | Returns the PeriodCategoryParams Identification Key (PeriodCategory Key) based on the PeriodCategory data structure. |
CreatePeriodWithFinanceParams | Returns a PeriodCategoryParams Identification Key, extended with finance parameters derived by the FinancePeriodParams identification key (system number, period indicator). |
GetAdminInfo | Returns the AdminInfo data structure. |
GetAdvancedGLAccount | method GetAdvancedGLAccount |
GetBlob | Gets the contents of a blob field in the SAP Business One database.
NOTE: If you want to save a blob field to a file, we recommend that you use the SaveBlobToFile method. |
GetBusinessService | Creates a specified business service. Use this method for all types of services |
GetCompanyInfo | Returns the CompanyInfo data structure. |
GetDataInterface | Creates an empty data structure. This means the structure contains the default setting/values of the database. |
GetDataInterfaceFromXMLFile | Creates a data structure from a specified XML file. |
GetDataInterfaceFromXMLString | Creates a data structure from a specified XML string. |
GetFeaturesStatus | Returns the FeatureStatusCollection. A feature status can be either blocked or not. |
GetFinancePeriod | Returns a FinancePeriod data structure according to the specified finance period key parameters. |
GetFinancePeriods | Returns the FinancePeriods collection according to the specified period category key parameters. |
GetGeneralService | Returns an instance of GeneralService for the specified user-defined object (UDO).
The GeneralService instance can be used to add, retrieve and delete rows of the main table and child tables linked to the specified UDO. |
GetItemPrice | Returns the ItemPriceReturnParams. |
GetPathAdmin | Returns an object for setting and getting directory paths for storing various files. |
GetPeriod | Returns the PeriodCategory data structure according to the specified period category key parameters. |
GetPeriods | Returns the PeriodCategoryParamsCollection. |
GetServiceMetaData | GetServiceMetaData |
IsUserLicensed | IsUserLicensed |
LoadBlobFromFile | Loads a file into a blob field in the SAP Business One database. |
RoundDecimal | Rounds data to a specified number of decimal places or to a whole number if no decimal places are specified. |
SaveBlobToFile | Saves to a file the contents of a blob field in the SAP Business One database. |
SetBlob | Sets a blob field in the SAP Business One database.
NOTE: If you want to load a blob field to a file, we recommend that you use the LoadBlobFromFile method. |
UpdateAdminInfo | Updates the AdminInfo data. |
UpdateCompanyInfo | Updates the CompanyInfo data. |
UpdateFinancePeriod | Updates the FinancePeriod data. |
UpdatePathAdmin | Updates the paths for storing various files. |
UpdatePeriod | Updates the PeriodCategory data. |
UpdateUserLicense | Assigns an SAP Business One license to a user, or removes a license from a user. |