Issue with function → no lookup
Hi there,
i have an issue with a function that is renaming all entries within a module (Feedbacks) following a certain naming convention. everything runs fine except, it doesn't add the account name. i believe this is due to the fact, that account should be a lookup too, but it always pulls it in differently. please check the screenshots and below code:
- map = Map();
- map.put("Subject","FB" + " - " + brand_name + " - " + account + " - " + season);
- feedbacknameupdate = zoho.crm.updateRecord("Cases",feedback_id.tolong(),map);
- info map;
- info feedbacknameupdate;
thanks for your help!!