1C:Enterprise platform integration capabilities and techniques

#1
People who like this: 0 Yes / 0 No
Just came
Rating: 0
Joined: Dec 10, 2013
Company: Infor

In the document "1C:Enterprise 8.3. Developer Guide" in chapter 15 about the DATA EXCHANGE MECHANISMS an example XML representation for a Document.CustomerOrder object is shown.

Where can I find a list of these "standard" XML representation documents? Is there an example available for e.g. invoices,or master data exchange like customer or suppliers (vendors)?

Background is that I search for a documentation how the xml formats should look like to import data from another system to 1C.

 
#2
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Objects will have different representation because each object will have attributes, so I think it would be easier for you to implement both export and import in 1C, see file formats and provide same in another system.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.

/* Улучшаем читаемость списков в документации */ .workarea ul, .content ul { margin: 15px 0 20px 25px !important; padding: 0 !important; list-style-type: disc !important; } .workarea li, .content li { margin-bottom: 8px !important; padding-left: 5px !important; line-height: 1.6 !important; } /* Максимальный приоритет для заголовков в контенте */ html body #page-wrapper h6, html body .workarea h6, html body .content h6, html body article h6, html body .content-inner h6, html body [id*="content"] h6, html body [class*="content"] h6 { display: block !important; font-size: 18px !important; /* Сделаем его крупным */ font-weight: 700 !important; /* Жирным */ color: #222 !important; /* Темным */ line-height: 1.4 !important; text-transform: none !important; margin: 25px 0 10px 0 !important; visibility: visible !important; } /* Если внутри h6 сидит span с инлайновым стилем (так делает Markdown) */ h6 span, h6 font, h6 b { font-size: inherit !important; color: inherit !important; }