Service Class Change - jkossi/Bss_Support GitHub Wiki
CONVERT NORMAL TO BROADBAND
-
Search for number in Product collection in DCLM
-
On the return result, copy the _id of the parent product
-
Get the first three id's of the child products from the productRelationship key and arrange them as shown below:
parent Product ID|1st Child Product id|2nd Child Product id|3rd Child Product id
# It will look like this PR172828|PPR192922|PR172282|PR373739
cd dm/data ----------FOR FTTX_BROADBAND----------------- check number on product table check on the PR id's of number (Main & Child) create fttx (cat broadbandservices.txt >> fftx_broadbandservices.txt) arrange the PR id's in order input in txt file (vi fftx_broadbandservices.txt) cd ../liveupdatescripts/ python3 broadbandservices_fttx.py python3 broadband_service_update_415SSDP.py
------------FOR WTTX_BROADBAND---------------- check number on product table check on the PR id's of number (Main & Child) create wttx (cat broadbandservices.txt >> wttx_broadbandservices.txt) arrange the PR id's in order input in txt file (vi wttx_broadbandservices.txt) cd ../liveupdatescripts/ python3 broadbandservices_wttx.py python3 broadband_service_update_416SSDP.py