Import.log containing fullstop
Hi ,
When importing using the SWE Import Applet.
The resultant import.log file contains unnecessary full stop at the beginning of a new line .
Does anyone know why this is occurring ?
Code : -
on the pre-write event of my bc I have written as below : -
TheApplication().RaiseErrorText("All Activities in the Bulk Variations Import File must have an Activity Program Name that comes under the same Program. \n");
The error generates a log as below : -
**Error: Import Record 1
.All Activities in the Bulk Variations Import File must have an Activity Program Name that comes under the same PBS Program.
(SBL-EXL-00151)
( I have marked the full stop in red )