customizations/AccountFactory/BatchUpdate/update_pp.py [88:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return output

def get_provisioned_product_id(data):
    ''' Generate Provisioned product name from the data input '''

    pp_id = ''
    for item in data:
        if item['Key'] == 'AccountEmail':
            email_id = item['Value']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



customizations/AccountFactory/EnrollAccount/enroll_account.py [113:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    return output


def get_provisioned_product_id(data):
    ''' Generate Provisioned product name from the data input '''

    pp_id = ''
    for item in data:
        if item['Key'] == 'AccountEmail':
            email_id = item['Value']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



