Hide Report Parameter From contract class in d365 fo x++

Add propertiy SysOperationControlVisibilityAttribute(false)

[DataMemberAttribute,SysOperationControlVisibilityAttribute(false)]

public str parmparameter(str _buffer=buffer)

{

buffer    =    _buffer;

return _buffer;

}

Comments

Popular posts from this blog

how to write a Display Method in d365 fo x++

Convert Amount from one currency to another curency in d365 fo x++

Jumpref Method in form The table does not exist as a root FormDataSource for the form in d365 fo x++