CreateGlobalText

Global texts are used as storage of localizable text blocks, usually used in printing. 

Part of translate.wsdl

LANG must be EN.

Below is the example of Invoice footer print.

Request Example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://atollon.com/enterprise/wsdl">
<soapenv:Header/>
<soapenv:Body>
<wsdl:CreateGlobalText>
<server>acme</server>
<session>4D2...D04</session>
<identification>invoice-footer</identification>
<LANG>
<id>131485101</id>
<value>In case of any questions, or request for additional details, do not hesitate to contact us by email to invoice@company.com or using phone number +44 00099333. Yours sincerely, Your Team.</value>
</LANG>
</wsdl:CreateGlobalText>
</soapenv:Body>
</soapenv:Envelope>

Response Example

<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://atollon.com/enterprise/wsdl">
<ns0:Body>
<ns1:CreateGlobalTextResponse>
<result>OK</result>
<count>0</count>
<itemId>1936935101</itemId>
</ns1:CreateGlobalTextResponse>
</ns0:Body>
</ns0:Envelope>

Related Functions

ListLanguages

Global Text Idents

Below you can find examples of Global text idents that are used mainly as text blocks when printing documents from ATOLLON.

Document

Global text IDENT

Description

Invoice issued

invoice-footer

Print text at the bottom of invoice

Estimate

estimate-footer

Print text at the bottom of estimate

Invoice/estimate/order/offer

invoice-global-CSS

Use corporate CSS

 

CreateGlobalText — Atollon Docs