Project

General

Profile

Production Ticket(ST) #11909

SNEKKU - call report which customer not yet get photo and location

Added by Rashdan Hussin 4 months ago. Updated 4 months ago.

Status:
Ticket Resolved
Priority:
P3 - Medium
Start date:
03/06/2024
Due date:
05/06/2024
% Done:

100%

Estimated time:
Spent time:
Job Remark:
Ticket Logged Date:
03/06/2024
Ticket No.:
Related Ticket ID:
Type:
Support Request
SLA Initial Response:
03/06/2024
SLA Delivery:
05/06/2024
Esclation Time:
Issue Reoccurance#:
Actual Initial Response:
03/06/2024
Resolution:

1) Query the customer that have no photo and location.
2) Export to excel file.

Root cause: Customer that have no photo and location.

Requester ExpectedDeliveryDate:
Delay Justification:
Priority Seq:
Effort (Hour):
External Ticket #:

None


Description

Hi @Rashdan Hussin Help to call report which customer not yet get photo and location, thanks

SNEKKU Customer Have No Photo.xlsx (22.7 KB) SNEKKU Customer Have No Photo.xlsx Rashdan Hussin, 04/06/2024 12:26 PM
SNEKKU Customer Have No Location.xlsx (24.1 KB) SNEKKU Customer Have No Location.xlsx Rashdan Hussin, 04/06/2024 12:26 PM

History

#1 Updated by Rashdan Hussin 4 months ago

  • Status changed from Assigned To to Support In Progress

#2 Updated by Rashdan Hussin 4 months ago

Select customer_code, customer_name, 'Did not have photo' as Photo_status
from customer where org_id ='snekku' and customer_id not in (SELECT customer_id FROM customer_attachment WHERE org_id = 'snekku'
UNION
SELECT new_customer_id FROM Txn_new_customer_attachment WHERE org_id ='snekku')

select b.customer_code,b.customer_name, a.latitude,a.longitude from mst_customer_contact_address (nolock) a
inner join customer (nolock) b on a.customer_id=b.customer_id
where a.org_id='snekku' and (a.latitude= '0' or a.latitude='') and a.address_type='contact'
--this is to get customer that don't gave location

#3 Updated by Rashdan Hussin 4 months ago

  • Status changed from Pending Client Verification to Ticket Resolved
  • % Done changed from 90 to 100

Also available in: Atom PDF