Page History
このプロパティを使用して、closing_wrname内の複数のフィールドのマッピングをローカルWebroutine(プロンプターを含むWebroutine)に定義します。このプロパティは直接は編集できません。プロパティ・シートの省略記号(...)のボタンをクリックすると、カスタム・プロパティ・エディターのウィンドウが開きます。
終了Webroutineから1つのフィールドだけコピーしたい場合は、field
Used to define the mapping of multiple fields in the closing WEBROUTINE into the local WEBROUTINE (the WEBROUTINE containing the prompter). This property is not directly editable. You can open a custom property editor window by clicking the ellipse button in the property sheet.
If you have only one field to copy from the closing WEBROUTINE you can use the field_name_to_exchange property instead If you have one or more fields to copy, all with matching names (i.e. FIELDA maps to FIELDA, FIELDB maps to FIELDB, etc.) then you can leave プロパティを代わりに使用することができます。 1つもしくは複数のフィールドをコピーする場合で全てが一致する名前(FIELDAはFIELDAにマップ、FIELDBはFIELDBにマップするなど)であれば、field_mapping and とfield_name_to_exchange unchanged. The prompter will automatically copy all fields in the closing WEBROUTINE into matching fields (if present) in the local WEBROUTINE.を変更することなく、そのままにしておいて構いません。プロンプターは自動的に終了Webroutine内の全フィールドを、ローカルWebroutineの一致するフィールド(存在する場合)にコピーします。
Note that if field_name_to_exchange is defined が定義されている場合、field_mapping will be ignored.
Default value
は無視されることに注意してください。
デフォルト値
次の XPath 式は、XSLソースに格納された、マッピング情報を含むXMLデータ・フラグメントを識別します。This XPath expression identifies an XML data fragment, stored in the XSL Source, that contains the mapping information:
document('')/*/lxml:data/lxml:prompter\[@id='<unique id>'’<unique id>’]
Valid values
Not Applicable. (This value is system maintained.) Use the ellipses button in the property sheet to edit field mapping.
有効値
適用不可。(この値はシステムにより保守されます。)プロパティ・シートの省略記号(...)のボタンを使用して、フィールドのマッピングを編集します。
次の例では、ローカルWebroutineが‘Main’、プロンプターの終了Webroutineが‘Close’です。Closeのフィールド#PVAL1及び#PVAL2は Mainのフィールド#SELECTED1及び#SELECTED2にコピーされます。In the following example the local WEBROUTINE is 'Main' and the prompter closing WEBROUTINE is 'Close'. The fields #PVAL1 and #PVAL2 from Close will be copied into the fields #SELECTED1 and #SELECTED2 in Main.
