哪吒机器人提醒:

提醒:Breaking Par Consulting Inc. Recent Tips
【标题】Turning single value processing function into multi value with @Transform
【摘要】A co-developer recently had a list of document unique ID's. He wanted to look up a value from each of the documents. His first thought was to use @GetDocField, as in @GetDocField(unidList; "Form"). ("Form" wasn't the field he was looking up, but I'll use it here as an example). @GetDocField only works on a single value, so it was only looking up the field from the first UNID in the list. ... (04-09 15:23)