Skip to content

Commit ced15ba

Browse files
authored
change alert to warning
1 parent d1a4c3a commit ced15ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide9/modeling/dev-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Adding validation checks is vital for ensuring that input data conforms to the e
372372

373373
When building microflows, it is important to account for the potential occurrence of unexpected values. These could be empty values, or values outside the expected range or format. It is also important to ensure that read-only attributes only contain expected values.
374374

375-
{{% alert color="info" %}}
375+
{{% alert color="warning" %}}
376376
We strongly recommend adding validation checks to all microflows inputs, including read-only attributes.
377377

378378
We also recommend avoiding storing intermediary values in attributes (such as, *TotalPrice*). Instead, calculate these values when needed to ensure you have the correct values.

0 commit comments

Comments
 (0)