Is @dbcolumn and @dblookup work in case of cross server?

is @dbcolumn and @dblookup work in case of cross server (in formula language) , if not so, then suggest idea to fetch docs from other server?

Thanks & Regards

Subject: is @dbcolumn and @dblookup work in case of cross server?

Hi Rupesh,

I think both the formulas work for cross server, but you need to provide full path of the database.

To perform a lookup on a Domino database that resides on a server, include the server plus the path and file name as a text list, as in “SERVER”:“DATABASE.NSF.”

Thanks

Subject: RE: is @dbcolumn and @dblookup work in case of cross server?

hi,amy

actually its working fine on client but its not working in web.(that’s the problem)

Regards

Rupesh

Subject: RE: is @dbcolumn and @dblookup work in case of cross server?

Hi,

Include the destination server name or its replica id in the ACL of source Db.

Also check the form property “Generate HTML for all field” if you r using any hidden field

Thanks