This is a migrated thread and some comments may be shown as answers.

Default Advanced Form - Resources use Encoded ID in combos?

1 Answer 39 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 26 May 2010, 07:44 PM
Hello,

I have three resources represented by combo's... each of these uses an integer key as the key value for the resource.  In the JS API, the key is encoded???  How do I access the original key?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Brian Mains
Top achievements
Rank 1
answered on 27 May 2010, 06:55 PM
OK, here's the answer: i used the serializer like:

int key = (int)LosSerializer.Deserialize(keyText);
Tags
Scheduler
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Brian Mains
Top achievements
Rank 1
Share this question
or