Manipulating Enterprise Custom Field's list of values

F

Fabio Souto

Hi,

I need to keep the list of possible values of my enterprise custom text
field synchronized with a external table.
It is easy to achieve using PDS, but it would be better if I could use SQL
queries. And I couldn't do that.
If I insert any new value on the MSP_ATTRIBUTE_STRINGS for the 'global'
project, it doesn't appear on the list.
Does anyone have any hint if it is possible?

Thanks,

Fabio Souto
 
B

Bill Ehrreich

Fabio,

This is exactly what I'm doing. I asked the same question as you (see
my postings from this past week and weekend) and the response was that
it isn't a good idea go directly to the SQL tables.

It wasn't very difficult to write the code to use PDS to do the
updates and it works quite well.

Bill
 
F

Fabio Souto

Bill,

I already used the PDS and it worked fine, but the client insists in using
SQL queries...
I will check your past postings.
Well, thanks anyway :)

Fabio
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top