英文:
Duplicate data transferring from Outsystems to SalesForce
问题
我是新手使用Outsystems,我有一个基于Outsystems的最后一英里应用程序,在其中我扫描装运袋,通过条形码识别,并且然后将装运数据传输到SalesForce。然而,问题是,当数据传输到SalesForce时,我在SF中得到了重复的条形码。可能的原因是什么?
我不知道如何继续。
英文:
I am new to Outsystems , I have a last mile app based on Outsystems wherein I scan shipment bags , identified by barcode, and the shipment data then moves to SalesForce. However, what is happening is, that when data is moving to SalesForce, I am getting duplicate Barcodes in SF. What could be the possible reason(s)?
I do not know how to proceed
答案1
得分: 1
可能会有多种问题导致您的问题。
首先,我要检查的是,用于在OutSystems用户界面和逻辑中添加您的条形码的SalesForce调用是否仅执行一次。
另一件要检查的事情是,如果您正在使用自定义的SalesForce API,那么API中的逻辑是否正确,只添加一次条形码。您可以尝试使用Postman或其他API工具运行测试,以查看直接添加条形码是否会导致重复。
除此之外,我需要查看您的OML文件,以进一步准确定位可能存在的问题。
英文:
There could be a variety of issues that are causing your problem.
The first thing I would check is that the call to SalesForce that adds your barcode is only being executed once by your OutSystems UI and logic.
The other thing to check is if you are using a custom SalesForce API that the logic in your API is sound and only adding the barcode once. You could try running a test with Postman or another API tool to see if adding a barcode directly causes a duplicate.
Beyond that I would need to see your OML file to be able to further pinpoint what the problem might be.
答案2
得分: -1
除了Greg的回答外,我建议你在OutSystems论坛上发布问题。在那里,你将得到整个社区的专业知识支持,你的问题很可能会更快得到回答。
英文:
In addition to Greg's answer, I'd advise you to post questions in the OutSystems forum. You'll have the expertise of an entire community there, and chances are your questions get answered much quicker.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论