Informatica ActiveVOS
- Informatica ActiveVOS 9.2.6
- All Products
<host:entityDetail xmlns:host="http://schemas.active-endpoints.com/ appmodules/screenflow/2011/06/avosHostEnvironment.xsd" xmlns:comm="http://schemas.active-endpoints.com/appmodules/ screenflow/2011/07/avosCommon.xsd" name="contacts" label="Contact" labelPlural="Contacts" objectIdField="ContactId"> <host:detail> <host:field label="ContactId" name="ContactId" required="true" type="id"> <host:options> <host:option name="length">36</host:option> </host:options> </host:field> <host:field label="Name" name="Name" required="false" type="string"> <host:options> <host:option name="length">45</host:option> </host:options> </host:field> <host:field label="AccountId" name="AccountId" required="true" type="reference"> <host:options> <host:option name="referenceTo">Account</host:option> <host:option name="relationshipName">ctct_to_acct</host:option> </host:options> </host:field> </host:detail> </host:entityDetail>