Thursday, March 01, 2007

Common IDs

I'm pretty sure you've seen it when you're working in Curam. Heck, even Curam itself does it. How many times do we need to have a struct that contains just the CASE_ID ? Well to save me the sanity, I always use the following when I am defining lookups, or parameters to my BPOs.

  • core.CaseID
  • core.ConcernRoleID
This is one laziness that didn't backfire. Too bad there is no TaskID, but you can use Task_eoKey for it.

0 comments: