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="accounts"label="Account"labelPlural="Accounts"objectIdField="AccountId"> <host:detail> <host:childRelationshipchildSObject="contacts"field="AccountId" relationshipName="ctct_to_acct" /> <host:field label="AccountId" name="AccountId" required="true" type="id"> <host:options> <host:option name="length">36</host:option> </host:options> </host:field> <host:fieldlabel="Name"name="Name" required="false" type="string"> <host:options> <host:option name="length">45</host:option> </host:options> </host:field> <host:fieldlabel="AccountNumber"name="AccountNumber" required="false" type="string"> <host:options> <host:option name="length">10</host:option> </host:options> </host:field> </host:detail> </host:entityDetail>
<host:entityList xmlns:host="http://schemas.active-endpoints.com/ appmodules/screenflow/2012/09/avosObjectDiscovery.xsd"> <host:entity name="accounts" label="Account" labelPlural="Accounts" updateable="true" objectIdField="AccountId" objectLocation="./accounts_detail.xml"> </host:entity> <host:entity name="contacts" label="Contact" labelPlural="Contacts" updateable="true" objectIdField="ContactId" objectLocation="./contacts_detail.xml"> </host:entity> </host:entityList>