To add a new column in case list page the heading for column need to add in theme template. and extend the Case.List.Items view. Case.List.Items is a child child view we need to extend.It includes in the getChildViews.
Tag: extend
How we can pass the value from one extended view to another extend view with in single extension.
“We can pass the value from one extended view to another extended view within a single extension by passing the value to ‘this’. Here, we use the ‘afterViewRender’ function to assign the value. First, we define this function, and then we can set the value to the variable in ‘this’.” After that we can get… Continue reading How we can pass the value from one extended view to another extend view with in single extension.
Array length issue on initailize extend
When array length issue occurred check the error and find out where the error the extend the child view and give the code to correct the condition not get the array empty.
Remove Inventory Information(stock message) until a color is selected on PDP page
Project- PTC-799Requirement: The current website behavior when you land on an item page is that it shows “in stock” based on a default item – it is only when you click on a color that it will reflect the inventory for that particular item. Remove the “In Stock” notice altogether on the landing page so… Continue reading Remove Inventory Information(stock message) until a color is selected on PDP page