extractGroup

Method will get data from the UI for each element in this group

QData extractGroup( String groupName,String elementType)

QData extractGroup( String groupName,String elementType,boolean recursive)

Param Name

Description

Conditions

groupName

Name of the group on which data extraction to be executed. Will extract data of all the product elements in the group. This will be executed based on the seq no. if the product element doesn't contain link to the UI element for the given elementType it will skip that product element

Mandatory

elementType

Element type must be one if the following

Mandatory

recursive

if recursive is true, it will take all the product elements of the sub groups and order by the seq no. if recursive is false, it will only extract on product elements on this group only

Optional. Default is false

Last updated