Book a Demo

Author Topic: Hidden place to store information on an element?  (Read 4276 times)

Colin Richardson

  • EA User
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Hidden place to store information on an element?
« on: February 18, 2011, 09:41:10 am »
Hi,

I'm pushing elements to various third party systems and keep synching information (ids) in a separate database.

Anyone know of some hidden location in an element I can get to only via automation to store this information instead?

I've thought of creating locked "mapping" elements, but that's a bit  (lot!)clunky.

~ Colin

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Re: Hidden place to store information on an elemen
« Reply #1 on: February 18, 2011, 11:54:23 am »
Won't the GUID do for this?
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

Colin Richardson

  • EA User
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Re: Hidden place to store information on an elemen
« Reply #2 on: February 18, 2011, 12:04:43 pm »
You *could* though I don't feel comfortable bastarding the GUI...

If you have 5 interfacing sytems you'd need to come up with an algorithm to create the GUID.  It'd also be dangerous because some of the PDATA fields are generated based on GUIDs, so there'd be a nasty roll on affect.

Trying out my first workflow scripts which looks promising.  Then I'll just use tagged values and then prevent people outside a security group doing anything with it... now if only I can find some workflow examples.  Luckily there's a lot of VBScript samples   :)