i use the @Webdbname,@ViewTitle, doc uni ID to form the web link,but I found if the doc is new doc (hasn’t been saved),@ViewTitle return empty,any one can give me some clue how to get the view title and doc uni ID, if the doc is new doc,thanks in advance
Subject: question about @ViewTitle and doc universalID
THe other post is correct - but, you could save it twice if it’s a new document. First to set the final unid, second to create your link value.
Alternative would be to create the link value from a lookup as a computed for display field.
HTH
Don
Subject: question about @ViewTitle and doc universalID
You can’t, plain and simple. The final UNID is not assigned until after the document is saved at least once. Getting the view title is no problem, really – you can get it from the HTTP Referer field on compose either from a view or from another document in the same view, but you absolutely cannot get the real UNID before saving.