Data designer hacks

Related products: None

Hi Everyone! I’ve put together a few hacks that I have been using so far to solve different use cases to overcome the limitations of Data Designer.

  1. How to enable Mapping or click-through through DD.

As you may have already observed when you merge two datasets lets say Company and Contact, the resultant merge dataset will have only Company name/CTA name as text and click-through will be lost disabling the flexibility to navigating to that Company C360 page or cockpit when you click on Company name. The reason for this could be not bringing the Company GSID or CTA ID.

Solution/Workaround: The catch here is that you need to bring the Comapny GSID(to navigate C360)and name or CTA ID (To navigate to cockpit) and Name so that URLs are perserved rather than displaying just text.

  1. You can drill down only upto three levels in DD. Then what do you do to drill down if you want data from fourth Level?

Solution/Workaround: In Data Designer, you can drill down upto three lookups, and the lookups beyond the third shown will not show up at all. So if you want to drill down to the fourth level, you need to bring the fourth level object as a separate dataset and then merge the actual dataset with the new dataset.

Example: NPS Survey Response: Participant id (Survey Participant)-> AO Participant id(AO Participant) -> Company id (Company) ->CSM (Company Person)

Now picking the CSM for a survey participant becomes fourth level, we bring in the Company person object as separate another dataset within the same data designer and we merge both of them using Company id.

 

  1. You can’t create lookups on DD objects.

If you observe the objects created when you run the data designer are standard ones which means it is not possible to edit the object schema or add lookups.

Solution/Workaround: Because you will not be able to create lookups you need to carefully choose and bring-in all the fields which you will need in the final dataset. If you have missed to include any field, you need to drag that field in the design from source to final dataset and run the designer again so that the previous object gets deleted and a new object with more fields will be created automatically.

 

  1. Data designer objects are truncate and load type, so to manage incremental data.

Solution/Workaround: Since Data designer objects are temporary datasets, the data present in these objects is truncated and freshly loaded every time the job is run. So when trying to manage incremental data(Usage data for example) through designer, work around is to route all this data to a custom object through rules engine before the next run of data designer.

 

  1. Data Designer objects are standard type, you cannot modify the field data types or add fields.

Solution/Workaround: We need to carefully change the datatypes of required fields proactively within the design rather than trying to modify it from Data management. If at all you realise that the datatype should have modified afterwards, just modify it in designer and re-run the job so that the object is deleted and freshly created accommodating the new changes.

 

Hope these help, please feel free to post in comments if you have any more hacks.

@Jyothsna regarding #1 you can actually preserve the URLs to the C360, unless you’re describing a different use case than I am thinking of. You just need to make sure you bring in the Account ID as well as the account name into your object. If you have both the URL should work.


@bradley yes you are right till some extent. Ig you pick the Comapny GSID from Company object then you will be able to click-through, but when you pick the same Company GSID from object to which there is Company lookup, then it’s not possible. 


@bradley yes you are right till some extent. Ig you pick the Comapny GSID from Company object then you will be able to click-through, but when you pick the same Company GSID from object to which there is Company lookup, then it’s not possible. 

Interesting, but you could always just include a merge on the Company object and just include 2 fields on it. Would that maybe be easier than custom URL fields? Ideally if you pick the ID and name from the lookup (even if it’s also via a lookup) that would be ideal I think!


Great post @Jyothsna 

 

+1 to this. Basically bringing in Company GSID + Name from the same object is the way to configure this. 

 

@Jyothsna regarding #1 you can actually preserve the URLs to the C360, unless you’re describing a different use case than I am thinking of. You just need to make sure you bring in the Account ID as well as the account name into your object. If you have both the URL should work.

 

  1. You can’t create lookups on DD objects

One good news is we are increasing the limit from 50 fields to 100 fields 


@rakesh @bradley I have made changes to #1 accordingly. Thanks for your inputs and helping me improve the content,appreciate it.