xRecord.getPresenceFieldData(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the PresenceInfo value from the specified field.
public:
virtual Dynamics::AX::Application::PresenceInfo ^ getPresenceFieldData(int _fieldId, System::Object ^ _fieldValue);
public virtual Dynamics.AX.Application.PresenceInfo getPresenceFieldData (int _fieldId, object _fieldValue);
abstract member getPresenceFieldData : int * obj -> Dynamics.AX.Application.PresenceInfo
override this.getPresenceFieldData : int * obj -> Dynamics.AX.Application.PresenceInfo
Public Overridable Function getPresenceFieldData (_fieldId As Integer, _fieldValue As Object) As PresenceInfo
Parameters
- _fieldId
- Int32
- _fieldValue
- Object