Access Formula of shared field

Hi,

Is there any way that in either formula or lotuscript you cann access the formula stored within a shared action as i need to use this formula to recompute some fields in another database and the only place it is stored is in the shared action.

Thanks in advance

Subject: Access Formula of shared field

You can use LotusScript’s XML classes and DXL to get the action formulae.

Subject: RE: Access Formula of shared field

how do i go about getting that? i know a bit about xml but not a lot