
Tobias Månsson
inriver champion- Total activity 122
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 49
- Subscriptions 66
Activity overview
Latest activity by Tobias Månsson-
Tobias Månsson created a post,
Different approaches for mandatory/non-mandatory fields in Completeness
When you set up Completeness on an EntityType you can have different approaches. I’ve taken a very simple example, a Brand entity that needs a unique identifier and an image. It can also have a des...
-
Tobias Månsson commented,
Thank you Mariana Cañavera H. I'll try to keep them coming! :-)
-
Tobias Månsson created a post,
Use CVL as mapping when transforming data
Use CVL as mapping when transforming data In inriver, there is no existing functionality to set data in one field based on another field automatically. This requires an extension that listens to ev...
-
Tobias Månsson commented,
Breaking change in the deploy.If you used version 1.0.1 of the POST fetchdata method, you need to downgrade again to 1.0.0 Not working: https://<cluster-specific-url>.productmarketingcloud.com/api/...
-
Tobias Månsson commented,
Wow! This is a really creative way of combining queries. I would say that you don't really need to create an Entity called Query Helper, since most already have the Task entity which should have Li...
-
Tobias Månsson commented,
Please clarify that you cannot export "Item" -> "Item" or "Product" -> "Product" relations, such as related products, accessories, or other LinkTypes that have the same EntityType.
-
Tobias Månsson commented,
Running your code gave me "fetch(...).done is not a function", but changing "done" to "then" worked.