Share via


TrvExpGuest::createNewGuest Method

Creates a new record in this table.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static TrvExpGuest createNewGuest(
            TrvExpGuestId _name, 
            Name _company, 
            TrvGuestTitle _title, 
            TrvGuestGiftAmount _amount, 
           [TrvGuestType _type, 
            TrvHcmWorkerRecId _creatingWorker])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static TrvExpGuest createNewGuest(
            TrvExpGuestId _name, 
            Name _company, 
            TrvGuestTitle _title, 
            TrvGuestGiftAmount _amount, 
           [TrvGuestType _type])

Run On

Called

Parameters

  • _type
    Type: TrvGuestType Enumeration
    Internal user or MyGuest. Internal users are those picked for "my coworkers", the others are of type MyGuest.

Return Value

Type: TrvExpGuest Table
The record created.

Remarks

Changes made to the optional parameters of the method.

See Also

Reference

TrvExpGuest Table