Value of a complement of the item
An item can be customized via the Complements Tab.
It is possible to display data coming from these complementary fields in a document.
Examples:
*/ Display the Value entered in the customized field 'First complementary field' for the item whose ID is equal to dl_article or ad_numero.
CustomFieldGetValueByName('articles', dl_article, 'First complementary field')
CustomFieldGetValueByName('articles', ar_numero, 'First complementary field')