Skip to content
Snippets Groups Projects
Commit 6bfa0980 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
parents 7c5f54e7 7de55b20
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