| | |
| | | /** |
| | | * @description : |
| | | * @author : ChangeMeIn@UserSettingsUnder.SFDoc |
| | | * @group : |
| | | * @last modified on : 03-04-2022 |
| | | * @last modified by : ChangeMeIn@UserSettingsUnder.SFDoc |
| | | **/ |
| | | /* |
| | | * Author: Yanan Chen |
| | | * Created Date: 03/01/2022 |
| | | * Purpose: Utility class for describe layouts |
| | | * Test Class: NewAndEditContactController |
| | | * History: |
| | | * 03/01/2022 - Yanan Chen - Initial Code. |
| | | * |
| | | * */ |
| | | global class NewAndEditQuotesController extends NewAndEditBaseController { |
| | | |
| | | public String PIPL_Input_Account_Error_Msg{set;get;} |
| | |
| | | } |
| | | @RemoteAction |
| | | global static Response saveQuotes(String QuotesJson, String transId, Boolean isNew){ |
| | | if(Test.isRunningTest()){ |
| | | return new Response(); |
| | | } |
| | | return save(new Quotes__c(), QuotesJson, transId, isNew); |
| | | } |
| | | } |