Watz
11/19/2021, 8:58 AMconst invoiceRecord = record.create({
type: record.Type.INVOICE,
defaultValues: {
entity: 27214, // the customer which has a default subsidiary in Finland but is available for Germany
subsidiary: 12, // the subsidiary which is in Germany
}
})
I'm getting an error that the German subsidiary doesn't have a tax agency in Finland.
In the UI, a change on subsidiary will trigger the change. Do I need to use dynamic mode?Watz
11/19/2021, 9:00 AMbattk
11/19/2021, 9:00 AMWatz
11/19/2021, 9:01 AMWatz
11/19/2021, 9:02 AMWatz
11/19/2021, 9:10 AMWatz
11/19/2021, 9:12 AM