jeffmillies
07/23/2020, 6:23 PMAn error occurred during custom object validation. (customworkflow_inv_sendtobillingacct)
Details: The sender field for the workflowaction584 (sendemailaction) subrecord must not be ACCOUNT_SPECIFIC_VALUE.
File: ~/Objects/customworkflow_inv_sendtobillingacct.xml
But the workflow is built fine and works.stalbert
07/23/2020, 6:27 PMstalbert
07/23/2020, 6:28 PMjeffmillies
07/23/2020, 6:37 PM<workflowactions triggertype="AFTERSUBMIT">
<sendemailaction scriptid="workflowaction584">
<attachmentfield></attachmentfield>
<attachmentfile></attachmentfile>
<attachmentjoinfield></attachmentjoinfield>
<attachmenttype>SPECIFIC</attachmenttype>
<body>Testing invoice send.</body>
<conditionsavedsearch></conditionsavedsearch>
<contexttypes>ACTION|BANKCONNECTIVITY|BANKSTATEMENTPARSER|BUNDLEINSTALLATION|CLIENT|CSVIMPORT|CUSTOMGLLINES|CUSTOMMASSUPDATE|DEBUGGER|EMAILCAPTURE|FICONNECTIVITY|MAPREDUCE|OFFLINECLIENT|OTHER|PAYMENTPOSTBACK|PAYMENTGATEWAY|PLATFORMEXTENSION|PORTLET|PROMOTIONS|CONSOLRATEADJUSTOR|RESTWEBSERVICES|RESTLET|ADVANCEDREVREC|SCHEDULED|SDFINSTALLATION|SHIPPINGPARTNERS|WEBSERVICES|SUITELET|TAXCALCULATION|USEREVENT|USERINTERFACE|WORKFLOW</contexttypes>
<eventtypes></eventtypes>
<includeformat>PDF</includeformat>
<includerecordlink>F</includerecordlink>
<includetransaction>T</includetransaction>
<isinactive>F</isinactive>
<recipientbccemail></recipientbccemail>
<recipientccemail></recipientccemail>
<recipientemail></recipientemail>
<recipientfield>[scriptid=custrecord_billacc_contacts]</recipientfield>
<recipientjoinfield>STDBODYBILLINGACCOUNT</recipientjoinfield>
<recipienttype>FIELD</recipienttype>
<scheduledelay></scheduledelay>
<schedulemode>DELAY</schedulemode>
<schedulerecurrence></schedulerecurrence>
<scheduletimeofday></scheduletimeofday>
<scheduletimeunit></scheduletimeunit>
<sender>[ACCOUNT_SPECIFIC_VALUE]</sender>
<senderfield></senderfield>
<senderjoinfield></senderjoinfield>
<sendertype>SPECIFIC</sendertype>
<subject>Test Invoice Send</subject>
<template></template>
<usetemplate>F</usetemplate>
<initcondition>
<formula></formula>
<type>VISUAL_BUILDER</type>
</initcondition>
</sendemailaction>
</workflowactions>
Im just surprised it would pull it in with a placeholder instead of the value that is currently set in the UIstalbert
07/23/2020, 6:53 PMjeffmillies
07/23/2020, 6:53 PMstalbert
07/23/2020, 6:53 PMstalbert
07/23/2020, 6:54 PMjeffmillies
07/23/2020, 6:54 PMerictgrubaugh
07/23/2020, 8:40 PMHelp:Account-Specific Values
erictgrubaugh
07/23/2020, 8:41 PM