Symptoms
The "Source" for the service field is "Batch registration parameter", the "Parameter Name" is the registration parameter name.
Cause
The main reasons for this issue are:
- incorrect registration parameter name
- the empty registration parameter value
Resolution
The names for the registration parameters are case sensitive, so if we refer to them we need to use the exact name.
fc_predefined:EmailDate - will return en empty string.
fc_Predefined:EmailDate - will return the stored predefined value if we use email import.
There is a list of predefined registration parameters are described in the "Registration parameters" article linked in "Additional information".
Registration parameters may or may not have a defined value. For example, if we import the email but the subject is empty ("No subject"), the corresponding registration parameter will be empty as well.
To verify if the registration parameters of the batch or document exist or have a value they can always be checked in properties on the Registration Parameters tab.
Comments
0 comments
Please sign in to leave a comment.