biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Business Partners / Activity Status
API Activity Status

Description

ActivityStatus is a business object that enables to define statuses for Task type activities in the Business Partners module.

This object enables you to:

  • Add a status to the statuses list.
  • Retrieve a status by its key.
  • Update a status of the statuses list.
  • Save the object in XML format.

Source table: OCLA.

Object Model

Remarks

To display the form in the application:

  1. Select Business Partners --> Activities.
  2. From the Activity box, select Task.
  3. From the Status box in the General tab, select Define New.

See Also

SAP® B1 DI-API C# definition

public class ActivityStatusClass : IActivityStatus, ActivityStatus { public virtual DataBrowser Browser { get; } public virtual string StatusDescription { get; set; } public virtual int StatusId { get; } public virtual string StatusName { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern ActivityStatusClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int ActivityID); public virtual extern void SaveToFile( string FileName); public virtual extern void SaveXML( ref string FileName); public virtual extern int Update(); }


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