EXT_Article_Select
MSS 5.1 - Extensibility - Functions Kalipso to MSS - Article - EXT_Article_Select
Function to ask MSS to open the article selection screen.
Input parameters:
inFilterArticlesWithoutStock β To hide articles without stock from the list;
inFilterCatalogArticles β To show only articles flagged as article from catalog;
inFilterServiceArticles β To hide articles of type service from the list;
inFilterCompetitorCode β To show only articles related to a certain competitor code;
inFilterFromUser β To filter by any user defined expression;
inRememberFilter β Remember last filter, possible values TRUE (default) / FALSE;
Output parameters:
outResultCode β Return code: 0 β Done / < 0 User canceled selection;
outSelectedArticle β When outResultCode = 0 gets the code of the selected article;
outSelectedArticleDescription β When outResultCode = 0 gets the description of the selected article;
Last updated