K
Kris R.
For getting the "definition" of an attrib_ID (in msp_field_attributes), I am
doing this:
select @Conv_String = conv_string from msp_Conversions where conv_value =
@Attrib_ID
This usually works, returning things like "field Alias" for attrib_ID = 206,
"roll up type" for 215, etc.
But, several of my enterprise fields have an attrib_ID of 223, which is NOT
in the MSP_conversions table!
What the heck does it represent, and how do I find it?
Thanks,
Kris R.
doing this:
select @Conv_String = conv_string from msp_Conversions where conv_value =
@Attrib_ID
This usually works, returning things like "field Alias" for attrib_ID = 206,
"roll up type" for 215, etc.
But, several of my enterprise fields have an attrib_ID of 223, which is NOT
in the MSP_conversions table!
What the heck does it represent, and how do I find it?
Thanks,
Kris R.