- Following 0 users
- Followed by 2 users
- Votes 77
- Subscriptions 98
Comments
Recent activity by Tobias Månsson-
I guess you need to weight them with at least 1 for each group. If you have 2 "ETIM groups", both having 1 in weight, an Item without ETIM would be "complete" at 98% and an Item with ETIM would be ...
-
Yes, due to that 0/100 is still 0.
-
One thing I usually do to help the user in the Query Editor is good LinkType names. If a Product contains Items you could by laziness name them source name "Items" and target name "Product". If you...
-
This release also solves the issue with CVL values created using the REST API will send a correct message to CVL Listeners. Before release <message><action>CVLValueAdded</action><cvlid>[CVL Value I...
-
There are some limitations in that you cannot access these "top nodes" i.e. when configuring channel nodes or from the dashboard. I don't agree with that. In my example below you see the Root node ...
-
I see this as a breaking change you introduced and this is not attached at all to the Remoting 8.6.5 since you already changed it on the server side. Above: Workarea created with Remoting 8.2.4 C...
-
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/...
-
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...
-
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.
-
Running your code gave me "fetch(...).done is not a function", but changing "done" to "then" worked.