Hi,
I have created a custom web service to update the field value based on my activity task status complete. I have written the script on Activity root.node-event before save.absl . Before patch move it was working fine in test system. But after pa...
Hi All,
Can we create a customized Text file(.txt file extension) in Customer Invoice?
In this Customer Invoice, I need few details of Customer Invoice Customer, Invoice ID & Date.
With Regards,
Chandan
Hi all,
In C4C on Sales Quote & Sales Order, I want to add one price component on Total Pricing Tab using instance scripting but I am not getting theses below paths
i. CustomerQuote.Item.PriceDocumentPriceAndTaxCalculationItem.OperationalItemPric...
I have created a custom OVS on standard bo Customer Master when we select the OVS everything works fine like advance search filter also.
but without opening the ovs selection like in standard ovs in below pic
in Custom OVS it is not working
...
Hi David,If you want to restrict the release/posting of the supplier invoice document then you can also write the logic on Validation-OnSave.absl. When you click on the Post button, your validation on save absl script also gets triggered, and based o...
Dear Sanjay,This is the below code FYR.if (this.IsSet())
{
var test = this.Customer.SalesArrangement.GetFirst();
var new = test.PaymentTerms.Create();
new.CashDiscountTermsCode.content = "1001"; //Immediate Payment
}
Best Regards,Chandan