- Following 0 users
- Followed by 3 users
- Votes 67
- Subscriptions 73
Activity overview
Latest activity by Tobias Månsson-
Tobias Månsson commented,
Tired today, but happy to finally meet all colleagues in the industry. Thank you for a great event inriver!
-
Tobias Månsson commented,
Since it's Friday feeling today, with Good Friday being a holiday in Sweden, here are some jokes. What should you do to prepare for all the Easter treats? Eggs-ercise!Why is the Easter Bunny such a...
-
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.