Conditions

Conditions for orders, order items, offers, offer conditions and material availability can be displayed in CIS mobile as a table. In the VB.NET method "FilterConditions" in the CIS add-on program you can define which conditions should be available for  display.

As input parameter the method retrieves the CIS dictionary object, the key of the condition and the text. It should return "true" if the conditions are to be displayed, "false" otherwise.

Example

The following example shows all conditions except the "Deckungsbetrag" (profit contribution) and "Verrechnungspreis" (internal price).
Hint: If you want to support several languages, you can retrieve the language key ("de", "en", etc.) with the "ic.Session.Language" statement. 


 
VB.net