Code for Sellers' SSN

Discussions related to ReadyDoc development.
Post Reply
Miri Yosef
Posts: 67
Joined: Sun Oct 26, 2008 6:14 am

Code for Sellers' SSN

Post by Miri Yosef »

Does anyone know what code Is there for a Seller's SSN? I know that for the Tax ID of a Seller which is an organization the code is {{Order.Seller.TaxID}} but this code will only work for an organization seller and not an individual.
dokata
Posts: 17
Joined: Tue Sep 30, 2008 6:16 pm
Location: Honolulu, Hawaii

Re: Code for Sellers' SSN

Post by dokata »

I have been using the {{Order.Seller.Person.SSN}}. Person can be filtered by either the first [1] or second [2] party name entered. Hope that this helps.
Miri Yosef
Posts: 67
Joined: Sun Oct 26, 2008 6:14 am

Re: Code for Sellers' SSN

Post by Miri Yosef »

Thanks, that was very helpful
Miri Yosef
Posts: 67
Joined: Sun Oct 26, 2008 6:14 am

Re: Code for Sellers' SSN

Post by Miri Yosef »

By the way, were did you get this code from? It is in the code field list bar.
dokata
Posts: 17
Joined: Tue Sep 30, 2008 6:16 pm
Location: Honolulu, Hawaii

Re: Code for Sellers' SSN

Post by dokata »

SSN is not on the Field Code listing. SoftPro provided it. I'm glad it worked for you.
nchild
Posts: 5
Joined: Tue Nov 11, 2008 12:22 pm
Location: Hockessin, DE
Contact:

Re: Code for Sellers' SSN

Post by nchild »

Interesting wrinkle: I found that reference to the SSN for buyers is reversed.

{{Order.Buyer[1].Person[2].SSN}} --- this gives me the first SSN.

{{Order.Buyer[1].Person[1].SSN}} --- this gives me the second SSN.

Anyone else notice this?

Thanks.

--Nancy
dokata
Posts: 17
Joined: Tue Sep 30, 2008 6:16 pm
Location: Honolulu, Hawaii

Re: Code for Sellers' SSN

Post by dokata »

Yes. Both buyers and sellers works the same.
dokata
Posts: 17
Joined: Tue Sep 30, 2008 6:16 pm
Location: Honolulu, Hawaii

Re: Code for Sellers' SSN

Post by dokata »

Sorry, I couldn't edit my comment. However, in version Release 2.2.20912.38 SP1 of Glenwood, it is working correctly. I'm not sure what version it may have been addressed. Hope that this helps. ~ Debby
nchild
Posts: 5
Joined: Tue Nov 11, 2008 12:22 pm
Location: Hockessin, DE
Contact:

Re: Code for Sellers' SSN

Post by nchild »

OK -- Thanks.

I'm using Glenwood 2.2.20912.21.

Looks like I need an upgrade.

Thanks again.

--Nancy
Post Reply