I have Estimate and EstimateLine Objects. EstimateLine is a child and Estimate is a parent. “Estimate__c” is a look-up to Estimate object.
Whenever I clone the page, it will clone Estimate but show error on EstimateLine “‘’ error on qeury: Select group, name, … from EstimateLine .where (Estimate__c =‘clone_1’)‘’‘’ , invalid Id field ‘clone_1’ .
I have a condition in estimateLineModel ” EstimateLine records where Estimate__c is a id field from the first row returned from EstimateModel"
My clone button action url : “/apex/EstimateDetail?id={{Id}}&clone=1”
I don;t know why its grabbing ‘clone_1’ instead of actual Id ?
Question
Clone page not cloning line item ?

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.