WHSInventReserveDeltaAggrReserveView::fieldString Method [AX 2012]

Retrieve the string to compute the specified column in the view.

server private static str fieldString(FieldName _fieldNameWHSInventReserveDeltaView, FieldName _fieldNameWHSInventReserve)

Run On

Server

Parameters

_fieldNameWHSInventReserveDeltaView
Type: FieldName Extended Data Type
The name of the WHSInventReserveDeltaView view field.
_fieldNameWHSInventReserve
Type: FieldName Extended Data Type
The name of the WHSInventReserve table field.

Return Value

Type: str
A string to compute the specified column in the view.
Show: