Calculated Attributes

A new calculated field in your ERP.net instance — designed, written, and created for you.

Almost every ERP.net implementation ends up needing calculated attributes: a margin percent on invoice lines, a customer age bracket, a formatted label that combines several fields, days since last order. Writing them by hand means knowing the expression syntax, the right entity, and where in the instance to create them. Operator does that work with you.

What you get

Example

You ask for a "margin percent" on invoice lines. Operator inspects Crm.Invoicing.InvoiceLines, finds the line amount and cost fields in your instance's current model, writes the expression, creates the calculated attribute, and confirms it returns the expected value on a real document.

How to ask for one

Say what you want the field to show, in your own words:

create a calculated attribute on sales order lines that shows the margin as a percentage

I need a customer field that shows how many days since their last invoice

add a calculated attribute on products that combines the product code and name into one label

Useful things to mention:

Operator inspects the entity first — pulling in your instance's custom fields and any Entity Instructions you have written — then proposes the expression before creating anything. You can correct it in plain language ("use net amount, not gross") and it adjusts.

What to check before approving

Good to know