R
romain.pennes@foederis.fr
Guest
Hello, Thank you Pavel for the info. Orchid, thank you, I was able to install and try your app. Indeed, with your app, it is very fast. I believe this is because your Product object only has 2 relationships defined. I am having trouble with my Employee object, which has 311 fields and 145 relationships defined. When doing getPage requests, it takes about 7 seconds to process 20 records. (I only have 20 employees defined). I don't know what I am doing wrong, I am using the following code: - rbf_getPage(21900812, 0, 20, 0, "collaborateur1", "id, name", my_callback); This should only retrieve Ids and Record names, but since it takes so much time to process, I'm certainly wondering if it's not processing all relationships and fields, even though I'm not asking for them to be retrieved. The parameters are the following: - startRow: 0 - rowsPerPage: 20 - composite: 0 - objNames: "collaborateur1" (This is the integration name for my Employee object) - fieldNames: "id, name" I have created a portal so you can see for yourself: paas.elsatis.fr/.../portal.jsp Best regards, Romain.
Continue reading...
Continue reading...