web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

how to get attechment from custTable in WCF Service

(0) ShareShare
ReportReport
Posted on by

i want to get all customer detail and attachment from all customer through create getdetail aif service how i get into visual studio. my code of service class of visual studio is below.

public ResponseCustomer getCustomerDetails(RequestCustomer reqCust)

        {

 

            List<Customer> customerResponseList = null;

            List<resAttachment> resAttachmentList = null;

 

            try

            {

 

                CallContext callContextC = new CallContext();

                callContextC.Company = reqCust.CompanyId;

 

 

                Np_CustomerRequest npCustReq = new Np_CustomerRequest();

                npCustReq.AccountNo = reqCust.AccountNum;

 

                Np_CustAttachment custAttachment = new Np_CustAttachment();

 

                Np_ContactServiceClient clientC = new Np_ContactServiceClient();

                var Arr = clientC.getCustomerDetails(callContextC,npCustReq);

 

                customerResponseList = Arr.Select(customer => new Customer()

                {

                  

                   AccountNum = customer.AccountNum,

                   Email = customer.EMail,

                   Name  = customer.Name,

                   CustGroup = customer.CustGroup,

                   City   = customer.City,

                   District = customer.DistrictName,

                   State = customer.State,

                   Country = customer.County,

                   Phone = customer.Phone,

                   Fax = customer.Fax,

                  

                   Attachment = customer.CustAttachment.Select(attach => new resAttachment()

                   {

                       TypeId = attach.TypeId,

                       DocName = attach.Name,

                       DocNotes = attach.Notes,

                   })

                  

                  

                }).ToList();

 

 

            }

 

 

            catch (Exception e)

            {

                //throw System.Exception.Equals();

            }

 

            var responseC = new ResponseCustomer()

            {

                customerList = customerResponseList,

 

            };

 

 

 

            return responseC;

 

 

          

           

   

 

        }

*This post is locked for comments

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans