問題タブ [gosu]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
guidewire - Guidewire の Reflection を使用して PCF の可視性を制御する方法
<Reflect>
このフィールドの可視性を制御するために、PCF RangeCell 要素 (ClaimCenter バージョン -10) で使用しようとしています。それはまったく可能ですか?
私が今持っているものは以下です:それは動作しません...
<ReflectCondition>
また、うまくいかなかったものを追加しようとしました。
guidewire - Keyable とは Guidewire Policy Center とは何ですか?
Guidewire PolicyCenter の Keyable とは何ですか? エンティティに関連していますか?Guidewire PolicyCenter でこの Keyable エンティティを作成するにはどうすればよいですか?
guidewire - XSSFCell から CELL_TYPE_STRING 変数にアクセスできませんでした
XSSFCell.CELL_TYPE_STRING を渡してセル タイプの値を設定しようとしています。しかし、「プロパティの静的プロパティ記述子が見つかりません、CELL_TYPE_STRING」というエラーがスローされます
cell.setCellType(XSSFCell.CELL_TYPE_STRING)