You can modify the color of values in any particular field and for that you need to Create a Page Extension for Sales Order and under layout section modify("External Document No.") and set Style as Unfavourable as shown below
pageextension 50000 "Sales Order Extension" extends "Sales Order"
{
layout
{
modify("External Document No.")
{
Style = Unfavorable;
}
}
}
Please Verify the answer if your question has been answered. This helps other forum users.