feat(notification): plant to plant edi
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
use [test3_AlplaPROD2.0_Read]
|
||||
|
||||
select
|
||||
humanreadableId as addressId
|
||||
,ContactEmail as email
|
||||
,ContactName
|
||||
,ContactPhoneNumber
|
||||
,Name
|
||||
,Street
|
||||
,City
|
||||
,ZipCode
|
||||
--,*
|
||||
from [masterData].[Address] (nolock)
|
||||
where humanreadableid = [customerAddress]
|
||||
Reference in New Issue
Block a user