biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Banking
API Choose From List

Description

The ChooseFromList object enables to set the display of the Choose From List for a specified object.

Source table: OCHF.

Object Model

Remarks

Mandatory field in SAP Business One: ObjectName.

For example, to display the Choose From List Settings form of business partners (object name: OCRD):

  1. Select a document, click the Customer field and then press the Tab key. The BP List window opens.
  2. From the main menu, select Tools --> Form Settings.

See Also

SAP® B1 DI-API C# definition

public class ChooseFromListClass : IChooseFromList, ChooseFromList { public virtual DataBrowser Browser { get; } public virtual SAPbobsCOM.ChooseFromList_Lines ChooseFromList_Lines { get; } public virtual string ObjectName { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern ChooseFromListClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( string bstrObjectName); public virtual extern int Remove(); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }

Related information


Choose From List Lines ChooseFromList_Lines Object· Table: CHFL
ChooseFromList_Lines is a child object of ChooseFromList. Source table: CHFL.
   Parent: Choose From List ChooseFromList Object· Table: OCHF


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates