Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name of the report in the Application Object Tree (AOT) that will be used.
Syntax
public abstract IdentifierName lastValueElementName()
Run On
Called
Return Value
Type: IdentifierName Extended Data Type
The name of the report in the AOT that will be used.
Remarks
Your implementation of this method should return the name of the report in the AOT that will be used.
Examples
public identifiername lastValueElementName()
{
return reportStr(PurchEUVatInvoice);
}