I am getting west region on the top of the fax page.I am not able to remove the Text.i have attached the screen shot.Can you help ous how to remove it.
That appears to be text you are specifying for the Pilot Line. What do you have in your Submit XML?
i have commented Pilot Line code.Below is the code used
jS_JobOptions.FaxOptions.Letterhead = "None";
jS_JobOptions.FaxOptions = jS_FaxOptions;
JBS.FaxBannerFxOptionType objBanner = new JBS.FaxBannerFxOptionType();
objBanner.BannerFxOnCover = JBS.YesNo.no;
objBanner.BannerFxOnCoverSpecified = false;
objBanner.UseBannerFx = JBS.YesNo.no;
objBanner.UseBannerFxSpecified = false;
//JBS.FaxCoversheetOptionType CoverSheet = new JBS.FaxCoversheetOptionType();
//CoverSheet.UseCoversheet = JBS.YesNo.yes;
//JS_FaxOptions.FaxCoversheet = CoverSheet;
//JBS.FaxPilotlineOptionType pilotLine = new JBS.FaxPilotlineOptionType();
//pilotLine.PilotlineStyle = JBS.PilotlineStyleType.type1;
//pilotLine.PilotlineStyleSpecified = true;
//pilotLine.PilotlineText = "PILOTLINETEXT";
did you send a test after this?
yes.Still it is coming same.If u have any code related to this send me
Please provide the Job number (MRN) and Domain (XDN) for you last test. This would be in the Result you received from the Submit. I will look it up.
Here are the Job Number and XDN.
xsi,61934767
I do not see where this would be coming from. The API overwrites your Profile settings. Since you commented out all Pilot Line code, I believe this has to do with your Profile.
You should have your Sales person or PreSales Engineer check on this for you.