Forum Discussion
hey,
I also had same doubt as you are having, however we had it for more complex one.
in scenario you explained, you can make use of ternary operator (like if statement ? do this : else do that) , additionally you can use router also to separate out the result to different flows.
“set the invoice date or generate revenue recognition…”
this should be possible with snaplogic.
however in case more complexity such as looking up from existing datasets and complex multi source comparisons, its better to handle it at application end as offers more functionality.
Thanks
- wcl3y26 years agoNew Contributor III
Thank you for the response. I definitely agree that is easily doable to handle this type logic in SnapLogic, and I personally think it makes sense. I’m just curious as to why they state that application/business logic should be handled in the source/target applications over SnapLogic. Perhaps my definition of business logic is different than theirs.