CRM Document builder fill-in status fillin
Sent: Wednesday, June 26, 2013 1:57 PM
I click “accept” button:
[外鏈圖片轉(zhuǎn)存失敗(img-JUeQuBLW-1563588282729)(https://user-images.githubusercontent.com/5669954/32685822-0beba4e4-c6d4-11e7-88b9-811b50da4e1d.png)]
The code sets status as hard code “F”. I don’t understand this since the accepted status only has three valid values: P, X and space:
[外鏈圖片轉(zhuǎn)存失敗(img-SaQO0sBb-1563588282730)(https://user-images.githubusercontent.com/5669954/32685823-0c220908-c6d4-11e7-9fe1-af70d11c93c4.png)]
As a result, the UI will always regard it as not complete since ‘F’ <> ‘X’.
answer
Its is an error. The idea was to have different accept options in the application.
The ‘finish with default’ button on the dialog screen should only accept all variables that are marked as ‘D’ and the ‘finish with default’ button on the document summary should only set the variables to accepted that are marked as ‘F’.
The variable logic needs to be enhanced to check the visibility and depending on that you can set the mv_accepted to ‘X’ or ‘ ‘.
F or D should only be used for the check logic but not as value.
總結(jié)
以上是生活随笔為你收集整理的CRM Document builder fill-in status fillin的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: flash怎么使用按钮切换场景的效果(a
- 下一篇: Html中如何让超链接a、图片img居中