Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 72043

Object Class in AX

$
0
0

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
    {
        .....
    }



Viewing all articles
Browse latest Browse all 72043


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>