Skip to main content

Trading History of AGL in Pakistan Stock Exchange Market December 2020

 Historical Data, Bid Trends and Statistics of AGL - Agritech Ltd. in PSX - Pakistan Stock Exchange

Company Name: Agritech Limited

Listed in Sector: CHEMICAL

Trading History of AGL in Pakistan Stock Exchange Market November 2020

About:

Agritech plant is located about 50 kilometers toward North of Mianwali city. Its location is strategically important from marketing point of view. Major portion of production is sold in 150~200 kilometers radius thus giving clear advantage over the competitors. Also it is the closest plant to fertilizer consuming areas of Khyber Pakhtunkhwa Province.

The main business of the company is the manufacturing and marketing of fertilizers. The company owns and operates the country’s newest and most efficient urea manufacturing plant at mianwali.The company also manufactures SSP(Single Super Phosphate) at its plant at Haripur Hazara, which is the largest Single Super Phosphate(SSP) manufacturing plant in the country.

Having achieved the company’s strategic goal to become a diversified fertilizer manufactures producing both nitrogenous and phosphatic fertilizers, the Company’s product are sold under one of the most celebrated and trusted brand name “Tara” in the fertilizer market.

http://www.pafl.com.pk/

Disclaimer: Investors are advised in their own interest to carefully do research and study before making any investment decision, above data is taken from one of PSX Broker so human error and data issue might be possible.

Comments

Popular posts from this blog

How to set Profile Attribute in Siebel Workflow

For setting the Profile Attribute in Siebel Workflow, follow below steps: Add Business Service box in workflow. Open Business Service properties. Set  SessionAccessService in Business Service Name. Set  SetProfileAttr in Method Name. Then click on Business Service and set Input Arguments as below: Against Name argument you will add your profile attribute name and against Value argument you will add value for the new profile attribute, it could be from Process Property or Literal.

How to call Popup Applet through Server Script in Siebel

Below is the script for calling popup applet through script: if (MethodName == "MethodName") { var oServiceAF = TheApplication().GetService("SLM Save List Service"); var inputPropAF = TheApplication().NewPropertySet(); var outputPropAF = TheApplication().NewPropertySet(); inputPropAF.SetProperty("Applet Name","ABC Popup Applet"); inputPropAF.SetProperty("Applet Mode","6"); inputPropAF.SetProperty("Applet Height", "700"); inputPropAF.SetProperty("Applet Width", "700"); oServiceAF.InvokeMethod("LoadPopupApplet", inputPropAF, outputPropAF) return (CancelOperation); } Applet Modes:  1=Base, 2=New, 3=Edit, 5=Query, 6=EditList

How to query or find record in Siebel Business Component

You can perform query operation on Business Component through Workflow, eScript with the help of Siebel Operation, Inbound E-mail Database Operations (method: FindRecord) or EAI Siebel Adapter (method: Query but you need to create Integration Objects). This Business Component can be Virtual Business Component (VBC), External Business Component (EBC) or generic Business Component (BC).  See also: Difference Between Business Components and How to Create BC in Siebel through Object Wizard through Workflow with the help of Siebel Operation Create a workflow and provide the Business Object, business component should be in this BO for which you want to perform the query operation. From the Palettes window drag drop the Siebel Operation into workflow designer plane. Select the Siebel Operation box and open the properties window, provide the Business Component name from the drop down list and set Query in Operation field. You can set the search specification by two means either provide the fie