Good Day!
I have this code in C #, I am currently calling it from a DLL in AX, but I want to migrate this code to an AX class. How can I do it?
Thanks in Advance!!
public partial class Request
{
private RequestForPayment requestForPaymentField;
public RequestForPayment requestForPayment
{
get
{
return this.requestForPaymentField;
}
set
{
this.requestForPaymentField = value;
}
}
}
public partial class RequestForPayment
{
.....
}
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (