add data on web resource
-
Wednesday, May 02, 2012 7:58 AM
Hi all
I am new (and lost) with the web resource when using HTML. I want to accomplish the following:
On a web resource on the quote products form, display all the products. When a user click on the product in the web resource, add this product to the 'existing product' field on the form.
The thing is I want to give the sales people a bit more advanced way to select the product to add to the quote.
I just do not know where to start the research on this issue. Any help will be appreciated.
Thanx all
Please vote if you find my post useful. Add me on Skype @ christo.skype1
All Replies
-
Wednesday, May 02, 2012 8:09 AM
Hi,
Add Javascript code to add product on quote product form.
var lookupItemGroup = []; lookupItemGroup[0] = {}; lookupItemGroup[0].id = oId; lookupItemGroup[0].name = sName; lookupItemGroup[0].entityType = oLogicalName; Xrm.Page.getAttribute("productid").setValue(lookupItemGroup);Regards,Philippe
Blog : Dynamics CRM pour les francophones/for French speakers
Please remember to click "Vote as Helpful" and “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
-
Wednesday, May 02, 2012 8:14 AM
Hi Philippe
Where do I add this piece of coding?
Please vote if you find my post useful. Add me on Skype @ christo.skype1
-
Wednesday, May 02, 2012 8:28 AMModerator
Hi,
you develop a html webresource where you can show all production based on the selected pricelist, you could design a gridview where user can select products, and once they click on save button you can write code to create quote line items using selected products.
you need to write your code in your webresource.
Mahain : Check My Blog
Follow me on Twitter
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.- Edited by Mahender PalMVP, Moderator Wednesday, May 02, 2012 8:28 AM
-
Wednesday, May 02, 2012 8:38 AM
Hi Mahender
My problem is how do I develop this web resource. I have no idea what coding to add to this html web resource. Please help.
Please vote if you find my post useful. Add me on Skype @ christo.skype1
-
Wednesday, May 02, 2012 8:45 AMModerator
Hi,
If you don't have any idea about coding,then you need to hire some developer for this.
and if you interested in custom tool you can check experlogix
Mahain : Check My Blog
Follow me on Twitter
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question. -
Wednesday, May 02, 2012 8:48 AMI have developed a lot of Javascripts and I know the basics of html. Are there any place where I can find some basic sample codes?
Please vote if you find my post useful. Add me on Skype @ christo.skype1
-
Wednesday, May 02, 2012 8:56 AMModerator
Hi,
Download latest SDK, you will file sample code there.
Mahain : Check My Blog
Follow me on Twitter
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.