If you see the message shown below after enabling PGB within a customer record (as shown in the attached screenshot below)
This indicates that a partner bill generation bucket has not been configured in your partner billing setup under Setup / Admin / Settings
Please ensure that the defined role contains the appropriate PUT permissions to write objects to the bucket. Please see an example below.
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:PutObjectAcl"
],
"Resource": [
"arn:aws:s3:::msptest2018cht",
"arn:aws:s3:::msptest2018cht/*"
]
}
Without a valid Bill Generation bucket, PGB will not function as expected, and channel costs will not pass through to customer tenants.