editing LP_CUSTOMER_RANK

Hi all,

We are looking at using multiple rankings (two membership orgs, each with a different rank type) and I have been modifying LP_CUSTOMER_RANK to account for this.  Using my record as a test, I added both of the memberships to my record.  I see both of the rankings when I select my id from T_CUST_RANK, but I only see one of the ranks on the Research tab/rankings button.  Does anyone have some sample code they could share with me, or any idea where I might've gone wrong?

Thanks!

Parents Reply
  • Did you double check that the memberships are in fact assigning a different rank type?  I'm grasping at straws (and can't currently test this, our LP_CUSTOMER_RANK scripts are too...thorough), but maybe it doesn't like the rank value applied?  Lastly, I expect the pane in the client is looking at VS_CUST_RANK, rather than T_CUST_RANK, so that might be something to try querying.

Children