ActivityTemplateSourceDateField Property |
A name of a field from the header or the document table of the source document in the specified route, that will be used along with Additional_Days to set the Start_Time of the generated activity. [Required]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SourceDateField { get; set; }
Public Property SourceDateField As String
Get
Set
public:
property String^ SourceDateField {
String^ get ();
void set (String^ value);
}
member SourceDateField : string with get, set
Property Value
Type:
String
See Also