My Stuff

Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.

Benjamin PRADAYROL Red Ribbon

Comments

  • Hi @Shamaine Chan-Oracle Well, I could get more pieces of information about this issue. The Netsuite component in failure is DD file generation in EFT suite app. It seems that Netsuite has change/update something in this component, which fails when you generate DD file. PROCESSING ERRORS SyntaxError Empty JSON string Well,…
  • Hi @Katerina Winklerova-Oracle A good news : import is working since yesterday. After my last message, I look at the custom parser again, and after I understood how the parser work, I found the part responsible of transaction code treatment, which is '_setTransacationMappingKey' function. I modified this function in order…
  • @Katerina Winklerova-Oracle Update : good news, I found why import failed. If you leave any code in mapping subtab, even if they are all inactives, it seems that Netsuite try use mapping to translate codes... So, now the last question is how could I use only ISO codes when both are in the file.
  • Hi @Katerina Winklerova-Oracle Happy to see you don't leave me with my issue :) You're right : I could import file with both references when I configured mapping of Proprietary transaction codes. But you probably knows that ISO codes are more precise than proprietary codes (for some, it's 3 for 1), and they are standards,…
  • Hello @Katerina Winklerova-Oracle Thanks for your answer ! Here they are : First, File format : camt.053.001.02 <?xml version="1.0" encoding="UTF-8"?> <Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.053.001.02"> 87108 / 87107 : my configuration is ok, because in case I put all Proprietary Transaction Codes in mapping…
  • Hi @Mikko De La Fuente-Oracle, Thanks for your welcome ! :) Profile : ok done ! ;) Issue : Yep hope so