SiebelGuide.com/siebelblogs

Siebel Blogs, News, Events, Tips and Tricks
Filed under Tips&Tricks, All, Configuration

This post is contributed by Lakshmi. She is a regular visitor of SiebelGuide.com blogs. On behalf of all our visitors I thank Lakshmi for her participation and sharing her knowledge.

Assume there 2 IC fields (Field1, Field 2) for an IC.

Field 2 has to be update only after Field1 is updated.

Then FieldDependency User Property should use on IC Field as –

User Property Name – FieldDependency

Value – <Field2name>

If still dint understand, Practical Example:

Upserting set of Opportunities (Opportunities with Accounts, and Account related Address) using EAI Siebel Adapter. Unless Account is associated with Opty, Address should not be associated with Opty. Since Addresses should be filtered on Account Name.

Import of the record in below way
1. Opportunity
2. Account
3. Address


Hence should need above User Property on Address field as -

User Property Name – FieldDependency

Value – Account Name

Ofcourse if you still couldn’t understand, take an example of Hierarchical picklist and translate the above example. Hope you would be benefited with this User Property.

Best of luck and regards

Related posts(Auto Generated):

  1. Count number of Child Records without Scripting
  2. Unlock a Project
  3. eScripting Best Practices - Part1
  4. eScript Best Practices - Part6
  5. eScripting Best Practices - Part3

Posted by Sridhar on Tuesday, September 9th, 2008


Page copy protected against web site content infringement by Copyscape
You can follow any responses to this entry through the magic of "RSS 2.0" and leave a trackback from your own site.

Post A Comment

Recent Posts 

Recent Comments:

  • Sridhar: LDAP mechanism should be handled by Siebel Server. So I dont know why this would matter. I havent tested with...
  • Nitin: Hi, Nice post, however i think this will not work in the case where we are using any aunthentication methods like...
  • Nitin: Hey, Its a nice post but this cannot work if you are using any authetication method like LDAP or something…or...
  • Sridhar: Check Siebel Book Shelf. Siebel Business Process FrameWork workflow guide->Invoking Workflow processes page...
  • Nitin Kumar Jain: Can I control whether the Workflow invoked by the RTE is Synchronous or Asynchronous call. If yes, how?...