Hi I m facing the many times. that same formula in a field sometimes working and sometimes not. it’s not picking the value. which i changed. i’ts picking the old value.
when i go in designer remove and edit field then it started working. I m not getting why this problem come. What is the logic behind
Hinot in a particular field. it happens sometimes like i was accessing the name from view. i changed the name of that means new name should come. but it was displaying the old previous. when i opened that form in designer mode and re-edited that field then that was displaying the right name. I would like to know why this type of problem happenning. What is behing this.
------------------------above formula i putted onload of the page. when i m accessing the view “ByInitiatorStatus” it should show my initiated doc. this is ok…now when other user are accessing the doc then he is seeing my initiated doc. when im closing and refreshing many times it’s working.
Right – and that’s because you are trying to use a shared view for something it is not designed to do. What you are seeing is the reason why Designer Help says you should not use @UserName in view selection or column formulas. FIND ANOTHER WAY.
Its working properly. but sometimes it’s also not working. When i opened the form and re-edit new field with same formula .then its working. is there any process happed. which stored the value. how to resolve this
Hi Stephenwhen i m opening the view its showing my document. as i puttted the code onload of the page. let that you are going to open the view as per the code it will show you the document created by you. This is working but some time when you will open the view it shows my document to you.
As Stan saying that this is due to the @username
do u have any other soln.
and suffring with the field as i already posted as 4th response.
Seem my idea may not work as I write it out as I see a couple of problems:
What I would have happen is as you change the name (I believe anyone can do this) have an agent that runs collects the documents you want and place them in a folder.
I expect more than one person can do this at once… I’m guessing it would need to be private on first use (not sure if you can embedded a private on first use view).
If you can then display the folder instead of the embedded view. However, I’m guessing you’d still need to do a refresh on the folder when values change and given I don’t think you can refresh an embedded view / folder… You’re not better off.