biuan SAP® BUSINESS ONE SDK
DTW Human Resources / Teams
API Teams
Teams Object

Description

Teams is a business object that represents the list of teams from which team memberships of an employee can be selected. An employee can be a Member or a Leader of more than one team.

Source table: OHTM.

Object Model

Remarks

To display the form in the application:

  1. Select Human Resources --> Employee Master Data.
  2. Select the Membership tab.
  3. From the Team list box, click Define New.

See Also

SAP® B1 DI-API C# definition

public class TeamsClass : ITeams, Teams { public virtual DataBrowser Browser { get; } public virtual string Description { get; set; } public virtual int TeamID { get; } public virtual SAPbobsCOM.TeamMembers TeamMembers { get; } public virtual string TeamName { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern TeamsClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lTeamID); 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


Team Members TeamMembers Object· Table: HTM1
TeamMembers is a child object of the Teams object that represents the membership role in a team of an employee. An employee can be a Member or a Leader of more than one team. Source table: HTM1.
   Parent: Teams Teams Object· Table: OHTM


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