Skip to content
Snippets Groups Projects
Commit f04fde5e authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '#1052393-Fix-Context_lib-getSelectMap' into '2020.0'

#1052393: Fixed getSelectMap for Order_entity.

See merge request xrm/basic!147

(cherry picked from commit 6bfa0980)

7de55b20 #1052393: Fixed getSelectMap for Order_entity.
parent 1e1c481f
No related branches found
No related tags found
No related merge requests found
......@@ -554,7 +554,7 @@ ContextUtils.getSelectMap = function()
.setContactIdField("CONTACT_ID")
.setCreationDateField("SALESORDERDATE")
.setStateField("ORDERSTATUS")
.setActiveStates([$KeywordRegistry.salesorderState$checked(), $KeywordRegistry.salesorderState$sent()])
.setActiveStates([0, 1])
,"Product": ContextSelector.create("PRODUCT", "PRODUCTID")
.setTitleExpression(maskingUtils.concat([
"PRODUCTCODE",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment