java script:
function showvalue(message,value)
{
prompt(message,value);
}
Pls check the Spellings correctly
<JavaScriptFunction FunctionName="showvalue" Library="$webresource:new_forguid" >
<StringParameter Value="form guid:"/>
<CrmParameter Value="PrimaryItemIds"/>
</JavaScriptFunction>
by using this will get the current opened form id.
function showvalue(message,value)
{
prompt(message,value);
}
Pls check the Spellings correctly
<JavaScriptFunction FunctionName="showvalue" Library="$webresource:new_forguid" >
<StringParameter Value="form guid:"/>
<CrmParameter Value="PrimaryItemIds"/>
</JavaScriptFunction>
by using this will get the current opened form id.
No comments:
Post a Comment