Re: SAP B1 Mobile Apps for android V1.2.2
Hi Bryan, Thanks a lot!Just wanted to clarify though, what if we are not in a domain?What would be the value because in the SAP note it says: 'And make sure mobile setting server address is the same as...
View ArticleRe: SAP B1 Mobile Apps for android V1.2.2
For example, before I am using IP to create SSL, like 1xx.1xx.1xx.1xx. Now you must change it to domain name to create SSL, and your mobile apps setting there, server name also need change to domain...
View ArticleRe: SAP B1 Mobile Apps for android V1.2.2
Hi Bryan, Sorry but i'm kind of lost. Can you give example of a domain name because in our environment we are not in a domain. Maybe i'm thinking of the wrong "domain name". Thanks a lot.
View ArticleRe: SAP B1 Mobile Apps for android V1.2.2
HI Bacalan, For example, my server public ip is 123.123.123.123 But now must use domain name for create SSL, so I go and buy a public domain(mobile123.com) and point it to my server ip 123.123.123.123...
View ArticleRe: SAP B1 Mobile Apps for android V1.2.2
Hi Bryan, Now i get it! So mobility is now requiring their customers to buy a domain.Oh boy! Now we have to explain to clients that they need to pay annually for the public domain just to use the...
View ArticleRe: Server side cannot respond your request (No scenario step (vBIU) assigned...
Hi Samuel, I'm interested if your problem was solved and what was your solution? Kind regards, Marcel
View ArticleGet data from global tables
Hi, I want to get data from my syspropertiesTable (global table). When i leave out the bold part (and ./col[3]= true), i've got a result. But i want to have conditions on both columns. How can i get it...
View ArticleRe: Performance issue by B1if_log.ldf
Hi Dan, If you stop the integration service in the windows service manager, does the database continue writing at such high rates? If there are no scenarios activated, there should be very little SQL...
View ArticleRe: B1iSN: How to map BPFiscalTaxID under BP Master Data
I haven't received any feedback from SCN yet, now body knows about this? let's make my question easy to understand, according to the query result from the CRD7 table after I created a new BP with...
View ArticleB1i Sales Order Subdeletion Returns DI Error: (-1029) Field cannot be updated...
Hi Specialists, When i m trying to update sales order through B1 Object getting DI Error: (-1029) Field cannot be updated.DI method is UpdateDocWithSubDeletion. Dont know which field i missed in object...
View ArticleRe: Read File From FTP
Hi Bastian, Thanks for your replies. i need to download all files from ftp. how i will do that.i used to downlad file from Ftp server(Read) but i here mentioned the file name. but i want download...
View ArticleIntercompany G/L Allocation - Jornal Voucher by Branch
Hi, In the intercompany add-on, G/L Branch Allocation, is it possible to create, in the Receiving Company, a journal voucher/entry by Branch Code?Instead of journal voucher/entry by line in the top...
View ArticleRe: Read File From FTP
Hi, I think the best way to download all files is by: Retrieve first a list of files and then download each file. Kind regards, Nico
View ArticleException : DI Error: (-5002) Document rows cannot be closed concurrently...
Hi all, i am getting following error when i was trying to close the line. Exception : DI Error: (-5002) Document rows cannot be closed concurrently with the other document modifications you have made...
View ArticleReceive email through B1if
Hi Experts, Is it possible to receive emails through B1if? Kind Regards,Vasilis Korolis
View ArticleRe: Exception : DI Error: (-5002) Document rows cannot be closed concurrently...
Hello, You cannot update and close the line in one action. first you will need to update the line and after that close it. Prefer to use a new scenario or queue for each API-call. Regards Teu
View ArticleRe: B1i Scenario: Picklist update with multiple items
Hello, No solution only a suggestion: Try to add this manually in SBO and then read the Picklistobject which you did update.Then check the values in the XML with your input values. note: a picklist...
View ArticleRe: Server side cannot respond your request (No scenario step (vBIU) assigned...
Hello Marcel, Don't forget to put : <?xml version="1.0" encoding="UTF-8"?>before your input -body. That was a mistake i made today. Best Regards Teun
View ArticleRe: B1i Sales Order Subdeletion Returns DI Error: (-1029) Field cannot be...
Hello Atul, Please post your xml. Else it could be multiple fields. Suggestion is to update only one row? Is this working? Regards Teun
View ArticleRe: Exception : DI Error: (-5002) Document rows cannot be closed concurrently...
Hi Teu, I am not update anything. i just want close the line. Document_Linesxmlns=""> <row> <LineNum>6</LineNum><LineStatus>bost_Close</LineStatus></row>...
View Article