Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
Copper Elite Contributor
henrycohen29
Posts: 70
Registered: 04-30-2009

SLX Web 7.5.1 - Lookup SeedValue

Hi,

 

Do the seedValue and seedProperty properties work in 7.5? I have code that was written in 7.2 and works perfectly there, but does not work at all in 7.5:

 

            lueContactBO_bd.SeedProperty = "";
            lueContactBO_bd.SeedValue = "";
            lueContactBO_bd.InitializeLookup = false;


            lueContactIss_bd.SeedProperty = "Account.Id";
            lueContactIss_bd.SeedValue = (opp.Account == null) ? "xxxxxxxxxxxx" : opp.Account.Id.ToString();
            lueContactIss_bd.InitializeLookup = true;

 

Thanks

~ Henry

Please use plain text.
Copper Elite Contributor
henrycohen29
Posts: 70
Registered: 04-30-2009

Re: SLX Web 7.5.1 - Lookup SeedValue

To clarify, it works if the code is put on the first load. But if it happens on the postBack of another control, it does not work. This was working great in 7.2.

 

Thanks

~ Henry

Please use plain text.