Advertisement
Guest User

cms

a guest
Oct 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local.qryCloneStores = getstorefrontService().getStoresByMasterStoreGroup(store_group_id = rc.user.getStore_Group_Id(), IsActive = 1);
  2. local.MiscUtility = new ultramerchant.util.MiscUtility();
  3. local.getStoreGroup = local.MiscUtility.QueryToStructOfStructures(theQuery = local.qryCloneStores, PrimaryKey = 'STORE_GROUP_ID');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement