1
Automation Interface, Add-Ins and Tools / Re: How to get multiple packages?
« on: July 21, 2010, 07:29:08 pm »
It works! Thank you very much!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hi-------------------------------
In that case Geert is correct - these values dont appear in the DB
Hi-----------------------------
The difficulty and priority fields are stored in the PDATA3 and PDATA2 fields in the t_object table.
HTH
Hi,----------------------------------------------
Have you looked at the API documentation regarding GetReferenceList()?
I don't see "Difficulty" as an allowed value, so no wonder you get an error.
As mentioned before, only the values that are managed in the database can be requested this way.
Other value types often are hardcoded.
Geert
Well, it depends.
If the values for those fields can be managed they are stored in the database. In that case you can get them either by using Repository.GetReferenceList() or by querying them from the database directly using Repository.SQLQuery().
Geert
You can't.--------------------
We've requested that a while ago, but no response so far.
Please vote for the request by sending a request of your own to Sparx using the "feature request" link on the bottom of the page.
Geert
Hi---------------------------------------------------
Place an item in the menu with a value of a single hyphen ('-')
HTH
Graham