Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to create a script that automatically places preferred lead in positions into an operation but cant for the life of me figure out how. Is this something the API has no access to or ability to set them?
entry_param = profile_op.parameters.itemByName('entryPositions')
if not entry_param:
ui.messageBox('<li-emoji id="lia_cross-mark" src="/html/@06346EE0D3462AE3E5A5D9E6F66C63B6/emoticons/274c.png" class="lia-deferred-image lia-image-emoji" alt=":cross_mark:" title=":cross_mark:"></li-emoji> "entryPositions" parameter not found in operation.')
finds the parameter but cant seem to figure out what would set the points?
Solved! Go to Solution.