I am upgrading a LAN system to the web that has a custom ID saved in the SiteKeys table using the KeyType=99 for an PeopleSoft integration.
Does anyone have a best practice to porting this to web such that the caches don't cause an issue ?
Thanks
Options I was considering
- Add method to my custom entity and run through the slx system (not sure I can do this yet)
- Continue using a SQL direct Call to a Stored Procedure (what exists today)
- Move it out of the SiteKeys table
|