RE: Can Custom button access form variables? by Dossies
Dossies
Fri Aug 31 01:44:01 PDT 2007
In your ISV.config you can add javascript to your button tag and access
fields on the form, f.e.:
<Button ... JavaScript="if(crmForm.all.<schemaname>.DataValue == ...)" />
Hope this helps,
Kevin Dosseray
"Atul Gadre" wrote:
> Hi all,
> I have a custom navbar button on account screen. If the user clicks the
> button, i want to check if the relationship type =4 or not. I know i can do
> it via SDK but is it possible to do via Javascript? Just to get the value
> from the record without going into .net and sdk?