D7382.Capture.PNG"/api/data/v9.1/msdyn_richtextfiles(CA99CDD3-DCCE-4BA9-A3B3-0ED8AC302FA9)/msdyn_imageblob/$value?size=full">/api/data/v9.1/msdyn_richtextfiles(CA99CDD3-DCCE-4BA9-A3B3-0ED8AC302FA9)/msdyn_imageblob/$value?size=full
i am adding this code inside the range of InventlocationFrom field from the inventtransfertable :
((InventtransferTable.inventlocationidfrom=="XYZ")&&(inventTransferTable.TransferStatus=="Shipped"))
||
((InventtransferTable.inventlocationidTo=="XYZ")&&(inventTransferTable.TransferStatus=="Received"))
but it is not working, i appreciate your help.
Thanks.