Need help with custom lists and presenting them in the form on the portal
I am guessing it has to do with how I have coded the new fields in the js file, but I used the template as a guide. I also used EntityExplorer to get the Enum_ID of each of the lists.
Please help.
Best Answers
-
Joe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭Eric_Krasner said:I have used EntityExplorer to get the EnumIDs and I have restarted the app-pool
Enumerations On startup and every 24 hours Incremental Website restart is required to pick up changes to this type of data because it is cached in the web site memory at web site startup. 6 -
Eric_Krasner Customer Advanced IT Monkey ✭✭✭Thank you @Joe_Burrows . I was having a brain freeze. I was recycling the app-pool and not restarting it. Restarting it did the trick. Thanks.
1
Answers
Can you post your HardwareAsset.js file here, or at least the line with the custom enum values?
Thanks,
Nick
Assuming you have the correct EnumIds above. Have you restarted your app-pool since adding the list values? Enum values are stored in website memory.
After the CacheBuilder has had a few minutes to run, recycle the app pool or restart the website, and the enumerations will then cache.