I'm trying to figure out where several details of contacts and organizations can be found within SOA.
Some fields still giving me problems:
- Name.CATEGORY
Note that contrary to the documentation, this field is often used for things that have nothing at all to do with dues billing. - CO_ID for company records.
Party and ComboParty both have ParentOrganization, but what about companies with a parent company? - Name.PAID_THRU
- Name.TITLE
- Name.TOLL_FREE_PHONE
I know I'm not supposed to be thinking of this in terms of the database schema. I'm just using the database names to communicate unambiguously. At the end of the day, I don't care where iMIS and SOA store the category or paid-thru date, but when a user points at the screen and says "I want it there", I have to know how to put it there using SOA, or else I can't use SOA.
I asked Tech Support (SMR 245102), and they suggested asking here.
Bruce, I can tell you i
Bruce,
I can tell you i can't find category and paid_thru but the others are there. the below is from entity name (our own name table in sqlserver), hope it helps.
[Properties] => GenericPropertyDataCollection Object
(
[GenericPropertyData] =>
[GenericProperty] => Array
(
[0] => GenericPropertyData Object
(
[Name] => ADDRESS_NUM_1
[Value] => 226
)
[1] => GenericPropertyData Object
(
[Name] => ADDRESS_NUM_2
[Value] => 227
)
[2] => GenericPropertyData Object
(
[Name] => ADDRESS_NUM_3
[Value] => 228
)
[3] => GenericPropertyData Object
(
[Name] => BAR_CODE
[Value] => /432182333335/
)
[4] => GenericPropertyData Object
(
[Name] => BILL_ADDRESS_NUM
[Value] => 226
)
[5] => GenericPropertyData Object
(
[Name] => CITY
[Value] => Columbus
)
[6] => GenericPropertyData Object
(
[Name] => CO_ID
[Value] => 99999999
)
[7] => GenericPropertyData Object
(
[Name] => CO_MEMBER_TYPE
[Value] => NMC
)
[8] => GenericPropertyData Object
(
[Name] => COMPANY
[Value] => Public comany llc
)
[9] => GenericPropertyData Object
(
[Name] => COMPANY_RECORD
[Value] =>
)
[10] => GenericPropertyData Object
(
[Name] => COMPANY_SORT
[Value] => Public company llc
)
[11] => GenericPropertyData Object
(
[Name] => CONTACT_RANK
[Value] => 0
)
[12] => GenericPropertyData Object
(
[Name] => COUNTY
[Value] => Franklin
)
[13] => GenericPropertyData Object
(
[Name] => CRRT
[Value] => B099
)
[14] => GenericPropertyData Object
(
[Name] => DATE_ADDED
[Value] => 2005-02-22T00:00:00
)
[15] => GenericPropertyData Object
(
[Name] => DUP_MATCH_KEY
[Value] => 43218DOEJOHN
)
[16] => GenericPropertyData Object
(
[Name] => EMAIL
[Value] => doe@mail.org
)
[17] => GenericPropertyData Object
(
[Name] => EXCLUDE_DIRECTORY
[Value] => 1
)
[18] => GenericPropertyData Object
(
[Name] => EXCLUDE_MAIL
[Value] =>
)
[19] => GenericPropertyData Object
(
[Name] => FAX
[Value] => (614) 222-3333
)
[20] => GenericPropertyData Object
(
[Name] => FIRST_NAME
[Value] => John
)
[21] => GenericPropertyData Object
(
[Name] => FULL_ADDRESS
[Value] => PO Box 19999 Columbus, OH 43218-2383
)
[22] => GenericPropertyData Object
(
[Name] => FULL_NAME
[Value] => John I. Doe
)
[23] => GenericPropertyData Object
(
[Name] => GENDER
[Value] => M
)
[24] => GenericPropertyData Object
(
[Name] => HOME_PHONE
[Value] => (111) 222-3333
)
[25] => GenericPropertyData Object
(
[Name] => PartyId
[Value] => 9999999
)
[26] => GenericPropertyData Object
(
[Name] => INFORMAL
[Value] => Jack
)
[27] => GenericPropertyData Object
(
[Name] => LAST_FIRST
[Value] => Doe, John
)
[28] => GenericPropertyData Object
(
[Name] => LAST_NAME
[Value] => Doe
)
[29] => GenericPropertyData Object
(
[Name] => LAST_UPDATED
[Value] => 2010-10-06T16:32:50
)
[30] => GenericPropertyData Object
(
[Name] => MAIL_ADDRESS_NUM
[Value] => 333
)
[31] => GenericPropertyData Object
(
[Name] => MEMBER_RECORD
[Value] =>
)
[32] => GenericPropertyData Object
(
[Name] => MEMBER_TYPE
[Value] => AM
)
[33] => GenericPropertyData Object
(
[Name] => MIDDLE_NAME
[Value] => I.
)
[34] => GenericPropertyData Object
(
[Name] => ORG_CODE
[Value] => OFBF
)
[35] => GenericPropertyData Object
(
[Name] => PREFIX
[Value] => Mr.
)
[36] => GenericPropertyData Object
(
[Name] => SHIP_ADDRESS_NUM
[Value] => 555
)
[37] => GenericPropertyData Object
(
[Name] => STATE_PROVINCE
[Value] => OH
)
[38] => GenericPropertyData Object
(
[Name] => STATUS
[Value] => A
)
[39] => GenericPropertyData Object
(
[Name] => TITLE
[Value] => Director
)
[40] => GenericPropertyData Object
(
[Name] => UPDATED_BY
[Value] => updater
)
[41] => GenericPropertyData Object
(
[Name] => US_CONGRESS
[Value] => 12
)
[42] => GenericPropertyData Object
(
[Name] => WEBSITE
[Value] => www.ofbf.org
)
[43] => GenericPropertyData Object
(
[Name] => WORK_PHONE
[Value] => (111) 222-3333
)
[44] => GenericPropertyData Object
(
[Name] => ZIP
[Value] => 49999-2383
)