I have following two forms of Phonecall activity
1) A
2) B
when i select a contact, and add a phonecall activity for the contact. The business rule is based on the regarding field of the activity.
for example...
if the regarding user is X than navigate to form A. i can navigate to form A but the regarding field loses its value.
what i want is, after navigating to form A , the regarding value should already be set.
thanks
*This post is locked for comments
Hi Zia,
Using "navigate" function in JScript for CRM, you won't be able to pass parameters because it does not accept that.
You will have to make use of the concept called Query String which is tabbed as Form Parameters under the Form Properties window. You will need to build a URL to invoke the form.
For reference you can find this article which will help you build a URL to invoke the form and pass parameters as Query String.
msdn.microsoft.com/.../gg328483.aspx
Hope that helps
Thanks
Hi kumar,
i have gone through it already... actually i have two forms of the same entity and i navigate it this way
Xrm.Page.ui.formSelector.items.get(InformationFormGuid).navigate();
where informationFormGuid is the guid of the form where i want to navigate.........
there is no such methods with navigate function where i can pass parameter
have you tried to use Mapping ?
www.zero2ten.com/.../save-time-entering-data-into-crm-by-mapping-fields-between-records
Hi Zia,
You can make use of Form Parameters which will act as Query String.
Here is an example of what you need.
www.powerobjects.com/.../passing-parameters-between-forms-crm-2011
Hope that helps
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156