You need to sign in to do that
Don't have an account?
Product Schedule via VF page
Hi,
I have a custom VF page that adds products to opportunity and quote. The page defination is something like this.
While adding products works, it does not do default scheduling like standard "Add Product" button. I am ssuming the standard controller on the page should be "OpportunityLineItem" instead of "Opportunity" Is that true?
Any other pointers?
I have a custom VF page that adds products to opportunity and quote. The page defination is something like this.
<apex:page controller "Opportunity" extensions="AddController"> </apex:page>
While adding products works, it does not do default scheduling like standard "Add Product" button. I am ssuming the standard controller on the page should be "OpportunityLineItem" instead of "Opportunity" Is that true?
Any other pointers?
are you trying to create schedule on the fly or you want to redirect to schedule page ?
Just want to make schedule work like standard "add product" screen. I do not think it redirects to schedule page. Should have clarified, I am talking about default quantity and revenue scheduling.