I need to create a list of news items with the following features:
=B7 The author has the option of EITHER typing in an article OR
entering a URL to another document/outside link
=B7 The list has several fields, but to simplify, it has an article
title and a business segment field that the list must be GROUPED BY.
=B7 When the end user opens his screen, he sees a list grouped by
business segment of article titles.
=B7 When he clicks on the article title he is taken either to a view of
the article or to a document / outside link.
This functionality is very similar to the news functionality; but this
list must be grouped.
I have come very close to achieving this by:
=B7 Adding a calculated field called articlelink in addition to a
document/externalLink
=B7 The calculation for articlelink:
=3DIF([Document/External
Link]=3D"","http://portalName/C18/InsideBusiness/Document%20Library/newsdev=
read4.aspx?View=3D%7bD5C43636%2d0FE4%2d4B75%2dA6F6%2d224AD894319F%7d&Filter=
Field1=3DID&FilterValue1=3D"&ID,[Document/External
Link])
The articletitle field is a dynamic hyperlink field containing the
result of the calculation for artclelink. It takes you to a view of the
list containing just the article that was clicked on. The view is
designated by the ID of the list item.
The articlelink field has the above calculation in it. It works
perfectly until we add a new item and due to the timing of the ID field
assignment, the link is not fully updated. I discovered that this is a
known problem.
I am wondering if anyone has discovered a workaround to this problem or
if anyone has any thoughts on how to accomplish my list objective
above?