-
1. Re: Customer submitted webapp expiry date and weighting
Mihai_Tica Oct 1, 2012 4:25 AM (in response to Pat-W)Hey Pat,
Regarding the first question - I am afraid the only way to set the expiry date is to add X days to the current date, so calculating the number of days between the date you want the item to expire and the current days is the way to go here.
Regarding the second question I am afraid there is no "easy" way around this, weight values cannot be assigned through the front-end, so sorting is limited to the default options (date, datereverse, alphabetically and so on). One way I'd see this happening is like so
-define a layout that renders all the webapps
-using js convert the event date to miliseconds and hide the events you do not want to show
There are some potential performance issues with this approach, if you need to display alot of items (with pictures for example) the system will load all the items every time and then hide the ones that are outside the desired range.
A more complicated way of rendering specific webapp items would be to create a "lightweight" list layout containing only the URL and the event date field (this should load up fairly fast) and then using ajax load only the needed items into the page. I would advise to use this approach in case you run into performance issues caused by loading the "detail" layout of the webapps.
Hope this helps,
Mihai.
-
2. Re: Customer submitted webapp expiry date and weighting
Pat-W Oct 1, 2012 3:48 PM (in response to Mihai_Tica)Thanks Mihai,
Although not the answer I was hoping for, at least I know what is/isn't possible! Time to test my javascript skills!
Pat
-
3. Re: Customer submitted webapp expiry date and weighting
Markus9988 Feb 13, 2014 8:21 PM (in response to Mihai_Tica)Hi Mihai
Is there a reason why the weighting field is not available for the customer web app form?
It would be very useful to have.
Mark
-
4. Re: Customer submitted webapp expiry date and weighting
KZinDenver Sep 10, 2014 5:06 PM (in response to Pat-W)I Second Mark and Pat's request for customer input control of release date and/or expiry date. Without that access, it is very hard to sort dated items (since the date sort is based on a field that is automatically assigned!)
Not sure how hard this is, but as you point out Mihai it would be much preferable performance-wise than a work around!
-
5. Re: Customer submitted webapp expiry date and weighting
Liz-Bord Oct 9, 2014 1:22 PM (in response to KZinDenver)Is there any update or work around to having the release date accessible in the user input form for web apps?
I need the user to be able to set the release date so that the item does not display in the lists until that time...



